码迷,mamicode.com
首页 > 编程语言 > 详细

jsp标签在spring boot中的关键用法

时间:2019-07-23 15:16:17      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:BMI   user   mode   type   highlight   use   pass   attribute   pos   

<form:form modelAttribute="user" action="save" method="post" >//以form:开头,后面接表单类型.modelAttribute类型对接模型

用户名:<form:input path="username"></form:input><br>//path等同于type属性

密码 :<form:password path="password"></form:password><br>
<button type="submit">提交</button> </form:form>

 

jsp标签在spring boot中的关键用法

标签:BMI   user   mode   type   highlight   use   pass   attribute   pos   

原文地址:https://www.cnblogs.com/max-hou/p/11231428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!