From 729f5a72e5a83ef1e7737351b7d28f599c72f042 Mon Sep 17 00:00:00 2001 From: KLL Date: Sun, 24 Oct 2021 22:44:37 +0800 Subject: Fix: correction of a link name --- files/zh-cn/web/api/htmlelement/outertext/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn') 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

概要

-

HTMLElement.outerText是一个非标准的属性。作为一个获得器,它返回与{{domxref("Node.innerText")}}一致的值。 作为一个设置器,它将删除当前节点并将其替换为给定的文本。

+

HTMLElement.outerText是一个非标准的属性。作为一个获得器,它返回与{{domxref("HTMLElement.innerText")}}一致的值。 作为一个设置器,它将删除当前节点并将其替换为给定的文本。

范例

@@ -82,6 +82,6 @@ translation_of: Web/API/HTMLElement/outerText

相关链接

-- cgit v1.2.3-54-g00ecf