hinux

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

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

 

分类:

技术点:

相关文章:

  • 2021-10-07
  • 2021-10-10
  • 2021-11-27
  • 2021-11-04
  • 2021-09-12
  • 2021-09-28
猜你喜欢
  • 2021-09-20
  • 2021-10-16
  • 2021-11-27
  • 2021-12-09
  • 2020-06-30
  • 2021-12-28
  • 2021-11-04
相关资源
相似解决方案