diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
commit | 08a04d85393a0bb5721a17328df62c4915c487c5 (patch) | |
tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api/element | |
parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
download | translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.gz translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.bz2 translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.zip |
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/api/element')
-rw-r--r-- | files/zh-cn/web/api/element/setattribute/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/setattribute/index.html b/files/zh-cn/web/api/element/setattribute/index.html index 0855bc31f6..4763c9fe9e 100644 --- a/files/zh-cn/web/api/element/setattribute/index.html +++ b/files/zh-cn/web/api/element/setattribute/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/Element/setAttribute <p>布尔属性(原文是Boolean attributes)只要出现在元素上就会被认为是 <code>true</code> ,无论它的值是什么; 一般来说, 你应该将 <code>value</code> 设置为空字符串 (<code>""</code>) 。(一些人使用这个属性的名称作为值; 这不会出现什么问题,但这是不规范的). See the {{anch("Example", "example")}} below for a practical demonstration.</p> -<p>由于将指定的值转换为字符串,因此指定null不一定能达到您的期望。 而不是删除属性或将其值设置为{{jsxref(“ null”)}},而是将属性的值设置为字符串“ null”。 如果要删除属性,请调用{{domxref(“ Element.removeAttribute”,“ removeAttribute()”)}}}。</p> +<p>由于将指定的值转换为字符串,因此指定null不一定能达到您的期望。 而不是删除属性或将其值设置为{{jsxref("null")}},而是将属性的值设置为字符串“ null”。 如果要删除属性,请调用{{domxref("Element.removeAttribute”,“ removeAttribute()")}}}。</p> <h3 id="返回值">返回值</h3> |