php utf-8编码
header("Content-type: text/html; charset=utf-8");
php gbk2312编码
header("Content-type: text/html; charset=gb2312");
php big5编码 繁体编码
header("Content-type: text/html; charset=big5");
转载于:https://blog.51cto.com/wei1989/1310103
php utf-8编码
header("Content-type: text/html; charset=utf-8");
php gbk2312编码
header("Content-type: text/html; charset=gb2312");
php big5编码 繁体编码
header("Content-type: text/html; charset=big5");
转载于:https://blog.51cto.com/wei1989/1310103