当url中的参数有中文字符时,可用JS本身的内部函数decodeURI(string'中文')解码即可! url编码 encodeURI(string'中文') 转载于:https://www.cnblogs.com/cyun/archive/2011/03/13/5565491.html