ajax乱码解决办法
作者:drise
Asp:
Response.ContentType = "text/html"
Response.Charset = "GB2312"
Php:
header("Content-type:text/html;charset=gb2312");//
其它的方法也差不多了.
只要你根据自己页面编码设置一般都没什么问题的了.
精彩图集
作者:drise
Asp:
Response.ContentType = "text/html"
Response.Charset = "GB2312"
Php:
header("Content-type:text/html;charset=gb2312");//
其它的方法也差不多了.
只要你根据自己页面编码设置一般都没什么问题的了.
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229