解决jQuery Ajax提交中文参数变成乱码的方法

解决方法:

在Ajax中添加语句“contentType: "application/x-www-form-urlencoded; charset=utf-8"”

具体操作如下:

你可能感兴趣的:(jquery,Ajax,cache)