HBCMS更多的中文手册参考:

defaultCharset参数属性

DHTML文档教程

Retrieves the default character set from the current regional language settings.

dhtml语法

[ sCharset = ] document.defaultCharset

DHTML可能的值

sCharsetString that specifies or receives the default character set.

The property is read-only. The property has no default value.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.

remarks

the value depends on the current regional language settings. for typical settings in north america, the value is windows-1252. for a list of other possible language settings, see charsets in microsoft internet explorer 5.

是否符合公共标准

There is no public standard that applies to this property.

Applies To

document