kevin

奋斗的码农

2016年8月28日

springmvc学习(四)

摘要: 1.使用 @CookieValue 绑定请求中的 Cookie 值 例子: java 1 @RequestMapping(value="/testCookieValue") 2 public String testCookieValue(@CookieValue(value="JSESSIONID" 阅读全文

posted @ 2016-08-28 22:13 存在00000 阅读(414) 评论(1) 推荐(0)

导航