指引网

当前位置: 主页 > 编程开发 > ASP >

ajax乱码解决办法

来源:网络 作者:佚名 点击: 时间:2017-08-23 21:42
[摘要] 指引教程为您提供ajax乱码解决办法等资源,欢迎您收藏本站,我们将为您提供最新的ajax乱码解决办法资源
<script>ec(2);</script>

作者:drise

Asp:

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

Php:

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

其它的方法也差不多了.

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

------分隔线----------------------------