PHP中文网2018-02-23 15:49:36
php頁面為utf編碼
header("Content-type: text/html; charset=utf-8");
php頁面為gbk編碼
header("Content-type: text/html; charset=gb2312");
php頁面為big5編碼
header("Content-type: text/html; charset=big5");
通常情況以上程式碼放在php頁面的首頁
用header或meta實作PHP頁面編碼的區別
一、頁面編碼
1. 使用 <META http-equiv="content-type" content="text/html; charset=xxx"> 标签设置页面编码