1 string MSG = TextBox1.Text;
2 string[] New_MSG = MSG.Split(new string[] {"\r\n"}, StringSplitOptions.None);
3 TextBox2.Clear();
4 TextBox3.Clear();
5 TextBox2.Text =  New_MSG[0];
6 TextBox3.Text =  New_MSG[1];

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。