2017-02-27 44 views

回答

1

使用\ n添加新行。

var el =document.forms[0].write_t; 
el.value=el.value+'
'+k+"\nsome text"; 
相關問題