首页 > 代码库 > charset

charset

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

utf-8:在中文中占有是3个字节;使用在简体中文;推荐使用;

gbk:在中文中占有是2个字节;使用在于繁体中午;

一般gb2312不是很提倡,这个主要因人而异;

主要是取决于公司使用得服务器的关系;

 

charset