Html的button标签和input type="button|submit|reset"起的作用是一样的,button标签在ie6,ie7下默认不写type属性的行为相当于<button type="button" 即不会造成form 提交,而在ie8和firefox下不写type默认相当于<button type="submit" 即会提交表单。

相关文章:

  • 2022-12-23
  • 2021-05-23
  • 2021-12-27
  • 2021-12-14
  • 2022-12-23
  • 2021-12-10
  • 2021-12-27
  • 2021-12-03
猜你喜欢
  • 2021-12-14
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案