--- title: HTMLElement.outerText slug: Web/API/HTMLElement/outerText tags: - HTMLElement.outerText translation_of: Web/API/HTMLElement/outerText ---
{{APIRef("DOM")}}

{{ Non-standard_header() }}

概要

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

范例

查看StackOverflow上的回答.

规范

不属于任何规范。关于标准规范的讨论:whatwg/html#668

微软 在MSDN有一篇描述。

浏览器兼容

{{Compat("api.HTMLElement.outerText")}}

相关链接