赫赫~~很简单~~~
使用Split()函数来拆分以回车作为分隔符的字符串
下面是例子:
string[] strs=textBox1.Text.Split('\n');
listBox1.Items.AddRange(strs);注意:
菜鸟不要跟帖,免得分走我的分