如果 </textarea> 不顶格写 页面的输入框前就会有空格 如:

1     <textarea rows="5" name="memberList" cols="30">
2     </textarea>

正确写法是

 

  <textarea rows="5" name="memberList" cols="30"></textarea>

 

 

 

  

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-08-09
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案