2019年6月24日
摘要: https://blog.csdn.net/u012319157/article/details/79111491 阅读全文
posted @ 2019-06-24 21:44 o_0的园子 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 一共是五种传参方式: 一:直接将请求参数名作为Controller中方法的形参 public String login (String username,String password) : 解释:括号中的参数必须与页面Form 表单中的 name 名字相同 二:使用@RequestParam 绑定 阅读全文
posted @ 2019-06-24 20:51 o_0的园子 阅读(7552) 评论(0) 推荐(0) 编辑