前端开发小技巧整理

1,文本框输入,不换行。

  不能使用Input。需要使用textarea。
  <input type="text" name="" value="这里写内容" />
  <textarea name="a" >这里写内容</textarea>

猜你喜欢

转载自www.cnblogs.com/hinux/p/9995723.html
今日推荐