http://localhost:8081/Test/trafficquery.action?username=user&city=苏州
Action中:
String s = new String(city.getBytes("ISO8859-1"), "GBK");
http://localhost:8081/Test/trafficquery.action?username=user&city=苏州
Action中:
String s = new String(city.getBytes("ISO8859-1"), "GBK");