{"id":218,"date":"2013-12-26T06:57:39","date_gmt":"2013-12-26T06:57:39","guid":{"rendered":"http:\/\/www.nywzjs.com\/?p=218"},"modified":"2013-12-26T06:59:26","modified_gmt":"2013-12-26T06:59:26","slug":"web%e6%96%87%e6%a1%a3%e7%bc%96%e7%a0%81%e7%9a%84%e6%8c%87%e5%ae%9a","status":"publish","type":"post","link":"http:\/\/www.nywzjs.com\/?p=218","title":{"rendered":"Web\u6587\u6863\u7f16\u7801\u7684\u6307\u5b9a"},"content":{"rendered":"<p>Web\u5f00\u53d1\u4e2d\uff0c\u6587\u6863\u5e38\u5e38\u6307\uff1a(X)HTML\u6587\u6863\u3001XML\u6587\u6863\u3001CSS\u6587\u6863\u3001js\u6587\u6863\u3002\u6307\u5b9a\u6587\u6863\u7f16\u7801\u7684\u65b9\u5f0f\u6709\u4ee5\u4e0b\u51e0\u79cd\uff1a<\/p>\n<h2><span style=\"color: #800000;\">HTTP Header\u4e2d\u6307\u5b9a\u6587\u6863\u7f16\u7801<\/span><\/h2>\n<p>\u5728\u4e00\u4e2a\u5178\u578b\u7684HTTP\u54cd\u5e94\u5934\u91cc\uff0cContent-Type\u7684\u503c\u4e2d\u53ef\u4ee5\u6307\u5b9a\u6587\u6863\u7f16\u7801\uff0c\u5982\uff1a<\/p>\n<pre>HTTP\/1.1 200 OK\r\nDate        Tue, 11 May 2010 04:09:22 GMT\r\nServer      Apache\r\nContent-Type    text\/html; charset=gb2312<\/pre>\n<p>\u5bf9\u4e8e\u52a8\u6001\u7f51\u9875\uff0c\u7528\u8fd9\u79cd\u65b9\u5f0f\u6307\u5b9a\u6587\u6863\u7f16\u7801\uff0c\u5728\u811a\u672c\u4e2d\u76f4\u63a5\u8f93\u51fa\u54cd\u5e94\u5934\u5373\u53ef\uff1a<\/p>\n<pre>header( 'Content-type: text\/html; charset=gb2312' );<\/pre>\n<p>\u5bf9\u4e8e\u9759\u6001\u7f51\u9875\u3001CSS\u6587\u4ef6\u7b49\uff0c\u5219\u9700\u8981\u5728Apache\u7b49\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\uff0c\u4f8b\u5982\uff1a<\/p>\n<pre>AddType 'text\/html; charset=gb2312' html<\/pre>\n<h2><span style=\"color: #800000;\">Content-Type meta\u5143\u7d20\u4e2d\u6307\u5b9aHTML\u6587\u6863\u7f16\u7801<\/span><\/h2>\n<p>&nbsp;<\/p>\n<p>\u5bf9\u4e8eHTML\u6587\u6863\uff08\u6216\u5f53\u6210HTML\u89e3\u6790\u7684XHTML\u6587\u6863\uff09\uff0c\u7528\u8fd9\u79cd\u65b9\u5f0f\u6307\u5b9a\u6587\u6863\u7f16\u7801\uff0c\u5e94\u5728&lt;head&gt;\u6807\u7b7e \u91cc\u7684\u6700\u4e0a\u65b9\uff0c\u52a0\u5165\uff1a<\/p>\n<pre>&lt;meta http-equiv=\"Content-type\" content=\"text\/html; \/&gt;<\/pre>\n<h2><span style=\"color: #800000;\">\u6307\u5b9aXML\u6587\u6863\u7f16\u7801<\/span><\/h2>\n<p>\u5bf9\u4e8eXML\u6587\u6863\uff0c\u5982\u679c\u4e0d\u6307\u5b9a\u7f16\u7801\uff0c\u5219\u4e00\u822c\u4f1a\u6309\u7167UTF-8\u6765\u89e3\u6790\u6587\u6863\u3002\u6307\u5b9a\u7f16\u7801\u7684\u65b9\u5f0f\u662f\u5728\u7b2c\u4e00\u884c\u52a0\u5165\uff1a<\/p>\n<pre>&lt;?xml version=\"1.0\" encoding=\"gb2312\"?&gt;<\/pre>\n<h2><span style=\"color: #800000;\">HTML5\u7684charset meta\u5143\u7d20<\/span><\/h2>\n<p>\u6211\u4eec\u6f6e\u4e00\u4e9b\uff0cDOCTYPE\u4e3aHTML5\u7684\u6587\u6863\uff0c\u53ef\u4ee5\u7528\u5e26\u6709meta\u6807\u7b7e\u7684charset\u5c5e\u6027\u6307\u5b9a\u6587\u6863\u7f16\u7801\uff0c\u7c7b\u4f3c\u4e8e\u8fd9 \u6837\uff1a<\/p>\n<pre>&lt;meta charset=\"gb2312\"&gt;<\/pre>\n<h2><span style=\"color: #800000;\">\u7528\u94fe\u63a5\u7684charset\u5c5e\u6027\u6307\u5b9a\u7f16\u7801<\/span><\/h2>\n<p>&lt;a&gt;, &lt;link&gt;, &lt;script&gt;\u5143\u7d20\u90fd\u53ef\u4ee5\u5e26\u6709charset\u5c5e\u6027\uff0c\u7528\u6765\u6307\u5b9a\u76ee\u6807\u6587\u6863\u7684\u7f16\u7801\u3002\u4f8b\u5982\uff1a<\/p>\n<pre>\u8be6\u89c1\uff1a&lt;a href=\"..\/index.html\" charset=\"utf-8\"&gt;\u8001\u7530\u7684\u535a\u5ba2&lt;\/a&gt;\u3002<\/pre>\n<p>\u4f46\u4e00\u822chtml\u7684\u6587\u6863\u90fd\u91c7\u7528\u5176\u4ed6\u65b9\u5f0f\u6307\u5b9a\u7f16\u7801\uff0c\u6240\u4ee5\u6b64\u65b9\u6cd5\u5e38\u7528\u4e8e\u6307\u5b9a\u5916\u90e8script\u811a\u672c\u7684\u6587\u6863\u7f16\u7801\uff0c\u4f8b\u5982\uff1a<\/p>\n<pre>&lt;script type=\"text\/javascript\" src=\"main.js\" charset=\"gb2312\"&gt;&lt;\/script&gt;<\/pre>\n<h2><span style=\"color: #800000;\">\u4f7f\u7528@charset\u6307\u5b9aCSS\u6587\u6863\u7f16\u7801<\/span><\/h2>\n<p>\u5982\u679cCSS\u6587\u6863\u4e2d\u5b58\u5728\u975eASCII\u5b57\u7b26\uff0c\u4e3a\u4e86\u4e0d\u8ba9\u6d4f\u89c8\u5668\u8d39\u529b\u53bb\u731c\u6d4b\u7f16\u7801\uff0c\u53ef\u4ee5\u6307\u5b9aCSS\u6587\u6863\u7684\u7f16\u7801\u3002\u4e00\u79cd\u65b9\u5f0f\u662f\u4f7f\u7528 @charset\u6307\u5b9a\uff0c\u5728CSS\u6587\u4ef6\u7684\u7b2c\u4e00\u884c\uff1a<\/p>\n<pre>@charset \"utf-8\";<\/pre>\n<h2><span style=\"color: #800000;\">\u7f16\u7801\u6307\u5b9a\u65b9\u5f0f\u7684\u4f18\u5148\u7ea7<\/span><\/h2>\n<p>\u4e0a\u8ff0\u65b9\u5f0f\u6307\u5b9a\u6587\u6863\u7f16\u7801\uff0c\u4f1a\u4f7f\u7528\u4e0b\u9762\u7684\u4f18\u5148\u7ea7\uff1a<\/p>\n<ol>\n<li>HTTP\u54cd\u5e94\u5934\u7684Content-Type<\/li>\n<li>XML\u7684\u9996\u884c\u58f0\u660e<\/li>\n<li>meta\u6807\u7b7echarset\u58f0\u660e<\/li>\n<li>\u94fe\u63a5\u7684charset\u5c5e\u6027<\/li>\n<\/ol>\n<p>\u4f8b\u5982\u5bf9\u4e8e\u4e00\u4e2aCSS\u6587\u4ef6\uff0c\u5b83\u7684\u7f16\u7801\u4f18\u5148\u7ea7\u4f1a\u6309\u7167\u4e0b\u9762\u7684\u987a\u5e8f\u6307\u5b9a\uff1a<\/p>\n<ol>\n<li>HTTP Content-Type<\/li>\n<li>@charset rule<\/li>\n<li>&lt;link charset=\u201d..\u201d rel=\u201dstylesheet\u201d \u2026 \/&gt;<\/li>\n<\/ol>\n<h2><span style=\"color: #800000;\">\u603b\u7ed3<\/span><\/h2>\n<p>\u672c\u6587\u603b\u7ed3\u4e86Web\u6587\u6863\uff08\u5305\u62ecHTML, XHTML, XML, CSS, JS\uff09\u7684\u7f16\u7801\u6307\u5b9a\u65b9\u5f0f\u3002\u6bd4\u8f83\u5e38\u89c1\u7684\u662f(X)HTML\u6587\u6863\u4e2d\u7528meta\u6807\u7b7e\u6307\u5b9a\u7f16\u7801\uff0c\u4f46\u4f18\u5148\u7ea7\u4e0d\u5982HTTP\u54cd\u5e94\u5934\u9ad8\u3002\u5916\u90e8js\/css\u6587\u4ef6\u6307\u5b9a\u7f16\u7801\u7684\u65b9\u6cd5\u4e5f\u4e0d\u5c3d\u76f8\u540c\uff0cjs\u6587\u4ef6\u7528\u5f15\u7528\u5b83\u7684script tag charset attribute\u6307\u5b9a\uff0ccss\u6587\u4ef6\u7528\u6587\u4ef6\u5f00\u5934\u7684@charset\u6307\u5b9a\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Web\u5f00\u53d1\u4e2d\uff0c\u6587\u6863\u5e38\u5e38\u6307\uff1a(X)HTML\u6587\u6863\u3001XML\u6587\u6863\u3001CSS\u6587\u6863\u3001js\u6587\u6863\u3002\u6307\u5b9a\u6587\u6863\u7f16\u7801\u7684\u65b9\u5f0f\u6709\u4ee5\u4e0b\u51e0\u79cd\uff1a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":210,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[76,77],"_links":{"self":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts\/218"}],"collection":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=218"}],"version-history":[{"count":0,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts\/218\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/media\/210"}],"wp:attachment":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=218"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}