ajax乱码解决办法

作者:袖梨 2022-07-02

作者:drise

Asp:

Response.ContentType = "text/html"
Response.Charset = "GB2312"

Php:

header("Content-type:text/html;charset=gb2312");//

其它的方法也差不多了.

只要你根据自己页面编码设置一般都没什么问题的了.

相关文章

精彩推荐