Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.characterSet

概述

返回当前文档的字符编码类型.

语法

document.characterSet

例子

var string = document.characterSet;
<button onclick="alert(document.characterSet);">查看字符集</button>
//返回当前文档的字符集,比如"ISO-8859-1" 或者 "UTF-8"

备注

该字符编码是用来渲染当前网页所使用的字符集.它的值不一定是当前页面真正的正确的字符编码 (因为用户可以选择使用其他的编码来渲染该页面).

另外,Gecko不支持两个相关的非标准的方法 document.charset 和属性 document.defaultCharset.

到这里https://www.iana.org/assignments/character-sets查看完整的字符集列表:

规范

查看: https://dvcs.w3.org/hg/domcore/raw-fi...t-characterset

文档标签和贡献者

 此页面的贡献者: teoli, khalid32, ziyunfei
 最后编辑者: khalid32,