日期:2014-05-17 浏览次数:20918 次
TextBox text = new TextBox(); text.Lines=new string[]{"1","2","3","4"}; string xstr = text.Lines.Take(1).FirstOrDefault();