会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小宇先森
博客园
首页
新随笔
联系
订阅
管理
2019年4月17日
c#,Split以换行符分割,并填入到对应文本框
摘要: 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 = ...
阅读全文
posted @ 2019-04-17 09:50 小宇先森
阅读(1950)
评论(1)
推荐(0)
编辑
公告