2016年3月15日

摘要: 1、springMVC:jsp页面向controller传值,例如;park/findByTag?tag=大大班 controller乱码, 解决方案: String tag=request.getParameter("tag"); tag= new String(tag.getBytes("ISO 阅读全文
posted @ 2016-03-15 21:11 xiaohehe2 阅读(154) 评论(0) 推荐(0)

导航