{"id":5458,"date":"2016-10-19T18:30:16","date_gmt":"2016-10-19T10:30:16","guid":{"rendered":"https:\/\/sdeno.com\/?p=5458"},"modified":"2016-10-23T14:31:48","modified_gmt":"2016-10-23T06:31:48","slug":"javascript%e5%ae%9e%e7%8e%b0unicode%e4%b8%8eascii%e7%9b%b8%e4%ba%92%e8%bd%ac%e6%8d%a2%e7%9a%84%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=5458","title":{"rendered":"javascript\u5b9e\u73b0unicode\u4e0eASCII\u76f8\u4e92\u8f6c\u6362\u7684\u65b9\u6cd5"},"content":{"rendered":"<p>html \u4e2d\u6587 \u6c49\u5b57 \u8f6c\u5316 \u5b9e\u4f53\u7f16\u7801<\/p>\n<pre>\/\/AsciiToUnicode(\"\u4e2d\u56fd\");\r\nUnicodeToAscii(\"\u6d4b\u8bd5\");\r\n\/\/ASCII \u8f6c\u6362 Unicode\r\n\r\nfunction AsciiToUnicode(content) {\r\n result = '';\r\n for (var i=0; i&lt;content.length; i++)\r\n result+='&amp;#' + content.charCodeAt(i) + ';';\r\n alert(\"ASCII\uff1a\"+content+\"\\nUnicode\uff1a\"+result);\r\n}\r\n\r\n\r\n\/\/Unicode \u8f6c\u6362 ASCII\r\nfunction UnicodeToAscii(content) {\r\n var code = content.match(\/&amp;#(\\d+);\/g);\r\n result= '';\r\n for (var i=0; i&lt;code.length; i++)\r\n result += String.fromCharCode(code[i].replace(\/[&amp;#;]\/g, ''));\r\n alert(\"Unicode\uff1a\"+content+\"\\nASCII\uff1a\"+result);\r\n}<\/pre>\n<p><a href=\"http:\/\/www.jb51.net\/article\/76150.htm\" target=\"_blank\">http:\/\/www.jb51.net\/article\/76150.htm<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>html \u4e2d\u6587 \u6c49\u5b57 \u8f6c\u5316 \u5b9e\u4f53\u7f16\u7801 \/\/AsciiToUnicode(&#8220;\u4e2d\u56fd&#8221;); UnicodeToAsc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-5458","post","type-post","status-publish","format-standard","hentry","category-11"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/5458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5458"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/5458\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}