diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/object/isfrozen')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html index cc428900b0..bb57973679 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html @@ -22,12 +22,12 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/isFrozen <dl> <dt><code>obj</code></dt> <dd>被检测的对象。</dd> - <dt> - <h3 id="返回值">返回值</h3> - </dt> - <dd>表示给定对象是否被冻结的{{jsxref("Boolean")}}。</dd> </dl> +<h3 id="返回值">返回值</h3> + +<p>表示给定对象是否被冻结的{{jsxref("Boolean")}}。</p> + <h2 id="Description">描述</h2> <p>一个对象是冻结的是指它不可{{jsxref("Object.isExtensible", "扩展")}},所有属性都是不可配置的,且所有数据属性(即没有getter或setter组件的访问器的属性)都是不可写的。</p> |