51Testing软件测试论坛

标题: 【我分享】php输出页面和html页面乱码的解决方法 [打印本页]

作者: yanfang_zheng    时间: 2015-1-3 21:42
标题: 【我分享】php输出页面和html页面乱码的解决方法
本帖最后由 yanfang_zheng 于 2015-1-3 21:45 编辑

1. 纯html页面乱码解决方法
    纯html页面要用meta标签声明编码
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
2. php输出页面乱码解决方法
   (1)php输出页面使用header函数声明编码
header("Content-Type:text/html;charset=utf8");
    (2)同时文件也要另存为utf-8格式
    (3)注意: 用POST传递数据, 如果网站都是统一UTF8编码的话, 传递中文没有问题, 否则传递中文时要用urlencode函数进行编码; GET方式传输中文, 无论是否为UTF8编码 都需要进行urlencode编码






欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2