首先純html頁要用meta標簽聲明編碼<meta http-equiv="Content-Type" content="text/html; charset="utf-8" />有php輸出的頁要使用header函數聲明編碼header("Content-Type:text/html; chars
首先純html頁要用meta標簽聲明編碼
<meta http-equiv="Content-Type" content="text/html; charset="utf-8" />
有php輸出的頁要使用header函數聲明編碼
header("Content-Type:text/html; charset=gb2312");
同時文件也要另存為utf-8格式~~GBK同理