此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

Document:xmlEncoding 属性

Deprecated

Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.

返回由 XML 声明确定的编码。如果未指定或未知,则返回 null

警告:请不要使用此属性;它已从 DOM 第 4 版规范中移除,并且自 Firefox 10.0 开始已不再受支持。

考虑以下 XML 声明:

xml
<?xml version="1.0" encoding="UTF-16"?>

那么,结果应该是“UTF-16”。