jsp到action用get方法相互传中文时乱码的解决方案
jsp->action:
//是汉字,刚编码成非汉字toCity = URLEncoder.encode(toCity, "utf-8");