Java Servlet以GET方式获取参数nodePath new String(nodePath.getBytes(ISO-8859-1), UTF-8)
Java Servlet以GET方式获取参数
nodePath = new String(nodePath.getBytes("ISO-8859-1"), "UTF-8"); Java Servlet以GET方式获取参数
nodePath = new String(nodePath.getBytes("ISO-8859-1"), "UTF-8");