diff options
author | KLL <yukee798@gmail.com> | 2021-10-24 22:44:37 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-10-26 22:11:05 +0800 |
commit | 729f5a72e5a83ef1e7737351b7d28f599c72f042 (patch) | |
tree | a706f0dfd393e2d1dff24050b789ba9afe51366e /files | |
parent | 3974238f88114e6786eda4fca7738574be413312 (diff) | |
download | translated-content-729f5a72e5a83ef1e7737351b7d28f599c72f042.tar.gz translated-content-729f5a72e5a83ef1e7737351b7d28f599c72f042.tar.bz2 translated-content-729f5a72e5a83ef1e7737351b7d28f599c72f042.zip |
Fix: correction of a link name
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/api/htmlelement/outertext/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/htmlelement/outertext/index.html b/files/zh-cn/web/api/htmlelement/outertext/index.html index 523ce9fc38..a3aaef6263 100644 --- a/files/zh-cn/web/api/htmlelement/outertext/index.html +++ b/files/zh-cn/web/api/htmlelement/outertext/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/HTMLElement/outerText <h2 id="概要">概要</h2> -<p><strong><code>HTMLElement.outerText</code></strong>是一个非标准的属性。作为一个获得器,它返回与{{domxref("Node.innerText")}}一致的值。 作为一个设置器,它将删除当前节点并将其替换为给定的文本。</p> +<p><strong><code>HTMLElement.outerText</code></strong>是一个非标准的属性。作为一个获得器,它返回与{{domxref("HTMLElement.innerText")}}一致的值。 作为一个设置器,它将删除当前节点并将其替换为给定的文本。</p> <h2 id="范例"><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 40px;"><strong>范例</strong></span></font></h2> @@ -82,6 +82,6 @@ translation_of: Web/API/HTMLElement/outerText <h2 id="相关链接">相关链接</h2> <ul> - <li>{{domxref("Node.innerText")}}</li> + <li>{{domxref("HTMLElement.innerText")}}</li> <li>{{domxref("Element.outerHTML")}}</li> </ul> |