diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/undefined')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/undefined/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/undefined/index.html b/files/zh-cn/web/javascript/reference/global_objects/undefined/index.html index 9e2241c565..c570b59ce9 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/undefined/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/undefined/index.html @@ -9,11 +9,11 @@ translation_of: Web/JavaScript/Reference/Global_Objects/undefined <div>全局属性<code><strong>undefined</strong></code>表示原始值<code>{{Glossary("Undefined", "undefined")}}。</code>它是一个JavaScript的 {{Glossary("Primitive", "原始数据类型")}} 。</div> -<div></div> + <div>{{js_property_attributes(0,0,0)}}</div> -<div></div> + <div> <div>{{EmbedInteractiveExample("pages/js/globalprops-undefined.html")}}</div> |