1. button标签如果不设置type,默认是submit,会自动提交表单

  2. input type=file, 添加multiple属性后可以同时选择多个文件,同时name设置接受一个数组

<input  multiple>
  1. link的rel不能丢,否则css加载无效
<link rel="stylesheet" href="css/style.css">

相关文章:

  • 2022-01-09
  • 2021-11-28
  • 2022-12-23
  • 2021-11-30
  • 2021-11-28
  • 2021-12-24
猜你喜欢
  • 2021-06-01
  • 2022-01-27
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-01-19
  • 2021-05-17
相关资源
相似解决方案