aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/document/inputencoding
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/api/document/inputencoding
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/web/api/document/inputencoding')
-rw-r--r--files/zh-cn/web/api/document/inputencoding/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/document/inputencoding/index.html b/files/zh-cn/web/api/document/inputencoding/index.html
new file mode 100644
index 0000000000..ddffb1437f
--- /dev/null
+++ b/files/zh-cn/web/api/document/inputencoding/index.html
@@ -0,0 +1,20 @@
+---
+title: document.inputEncoding
+slug: Web/API/Document/inputEncoding
+translation_of: Web/API/Document/characterSet
+---
+<p>{{ ApiRef() }} {{ deprecated_header() }}</p>
+<h3 id="概述">概述</h3>
+<p>返回一个字符串,代表当前文档渲染时所使用的编码.(比如<code>utf-8</code>).</p>
+<div class="warning">
+ <strong>警告:</strong> 不要再使用该属性.该属性在DOM 4 规范(草案)中已经被废弃. Gecko 在未来的版本中将会删除它.</div>
+<h3 id="语法">语法</h3>
+<pre class="eval"><var>encoding</var> = <code>document.inputEncoding;</code>
+</pre>
+<p><code>inputEncoding</code> 是个只读属性.</p>
+<h3 id="规范">规范</h3>
+<ul>
+ <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-inputEncoding">DOM Level 3 Core</a></li>
+ <li>This has been removed from {{ spec("http://www.w3.org/TR/domcore/","DOM Core Level 4","WD") }}</li>
+</ul>
+<p>{{ languages( {"en": "en/DOM/document.inputEncoding" } ) }}</p>