摘要:
1、接收请求参数 1. 使用HttpServletRequest获取 Java代码 @RequestMapping("/login.do") public String login(HttpServletRequest request){ String name = request.getParam 阅读全文
posted @ 2017-03-17 12:33
noaman_wgs
阅读(769)
评论(0)
推荐(0)