运维网's Archiver
论坛
›
php
› php各种编码
帅帅男孩
发表于 2018-12-23 10:10:06
php各种编码
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");
页:
[1]
查看完整版本:
php各种编码