This topic created in 5301 days ago, the information mentioned may be changed or developed.
学习终于有点眉目了,我现在可以自己把数据调出来了。
可是输入(textarea)的文本,没有<br />写入。我不知道怎么操作这个步骤。
只能用<pre></pre>来搞定。
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
Mutoo Oct 30, 2011
尝试下
|
 |
|
2
spritevan Oct 30, 2011
output.replace('\n','<br />')
|