📄 register.ftl
字号:
<#import "spring.ftl" as spring />
<html>
<head>
<title>宝宝淘论坛用户注册</title>
</head>
<body>
<form action="<@spring.url '/registerUser.html'/>" method="POST">
用户名:<@spring.formInput "command.userName"/>
<@spring.showErrors "<br>"/>
密 码:<@spring.formPasswordInput "command.password"/>
<@spring.showErrors "<br>"/>
<input type="submit" value="注册" />
<input type="reset" value="重置" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -