2016年12月7日

传值乱码解决方案

摘要: 1、在web.xml中配置编码方式 <!-- spring Web MVC框架提供了org.springframework.web.filter.CharacterEncodingFilter用于解决POST方式造成的中文乱码问题 --> <filter> <filter-name>encoding 阅读全文

posted @ 2016-12-07 18:21 Joyous丶 阅读(200) 评论(0) 推荐(0)

导航