摘要:
//解决get方式提交的乱码 String name = request.getParameter("name"); name=new String(username.getBytes("iso8859-1"),"utf-8"); //解决post方式提交的乱码 request.setCharact 阅读全文
posted @ 2016-10-14 11:27
MarcoReus
阅读(213)
评论(0)
推荐(0)

浙公网安备 33010602011771号