摘要: form表单的action地址一定要与controller中对应方法的value地址相同如:@RequestMapping(value = "xxx",method = RequestMethod.POST) 控制器中要注意:参数 String keywords;对应的是form表单中的 'name 阅读全文
posted @ 2017-10-27 15:35 Angular2 阅读(1374) 评论(0) 推荐(0)