multiLine TextBox 多行文本框的换行内容 在Label上换行显示
摘要:
string strText = this.TextBox1.Text.Trim().Replace(System.Environment.NewLine, ""); this.Label1.Text = strText; this.TextBox2.Text = strText.Replace("",System.Environment.NewLine); //str = str.Replac... 阅读全文
posted @ 2009-03-02 18:28 freeliver54 阅读(2213) 评论(0) 推荐(0)
浙公网安备 33010602011771号