string str = this.txtNames.Text.Trim();
string[] result = str.Replace("/r", string.Empty).Split(new char[] { '/n' });
相关文章:
string str = this.txtNames.Text.Trim();
string[] result = str.Replace("/r", string.Empty).Split(new char[] { '/n' });
相关文章: