request.getParameter(“参数名”) 中文乱码解决方法 解决方法: String str = new String(request.getParameter("参数名").getBytes("iso-8859-1"), "utf-8");