1.前端 vue插值表达式{{}}是给标签体赋值 image.png v-bind是给标签属性赋值 image.png 2.数据校验 JSR303 @NotBlank @email ... 在controller请求参数里加上@Valid image.png