<input type="submit"> 即为提交按钮
用于提交form,把数据提交到服务端

 示例 1 : 

提交按钮

<form action="/study/login.jsp" method="get">
账号:<input type="text" name="name"> <br/>
密码:<input type="password" name="password" > <br/>
<input type="submit" value="登陆">
</form>

 

html 提交按钮

 

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-07-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案