multiline textbox 多行文本框的换行内容 在label上换行显示

    <p>string strtext = this.textbox1.text.trim().<span style="color: #0000ff;">replace(system.environment.newline, "&lt;br&gt;");</span></p><p>this.label1.text = strtext;</p><p>this.textbox2.text = strtext.replace("&lt;br&gt;",system.environment.newline);</p><p><br>//str = str.replace("'", "''").replace("&gt;", "&amp;gt;").replace("&lt;", "&amp;lt;").replace("and", "").replace("exe", "");</p> 

你可能感兴趣的:(工作)