摘要: 很好的基础 https://my.oschina.net/MrMichael/blog/220684 http://www.cnblogs.com/linjiqin/archive/2013/06/08/3125861.html 阅读全文
posted @ 2017-04-19 16:55 坏笑的眼镜男 阅读(116) 评论(0) 推荐(0)
摘要: 常规解决办法: (1)、String userID = new String(request.getParameter("userID").getBytes("iso-8859-1"), "utf-8"); (2)、request.setCharacterEncoding("UTF-8"); (3) 阅读全文
posted @ 2017-04-19 15:34 坏笑的眼镜男 阅读(9172) 评论(0) 推荐(0)