1,文本框输入,不换行。
不能使用Input。需要使用textarea。 <input type="text" name="" value="这里写内容" /> <textarea name="a" >这里写内容</textarea>