aTextBox.Text = "First Line\nSecond Line\nThird Line";
aTextBox.Text = "First Line" + Environment.NewLine + "Second Line" + Environment.NewLine + "Third Line";
aTextBox.Text = @"First Line Second Line Third Line";
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |