Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:Glossary

找到 2 篇文档

  • Glossary/Primitive 原始数据 (原始值、原始数据类型)不是一种 object 类型并且没有自己的 方法 的。在 JavaScript 中,有六种原始数据类型: string , number , boolean ...
  • Glossary/空元素 一个 空元素(empty element) 可能是 HTML,SVG,或者 MathML 里的一个不可能存在子节点(例如内嵌的元素或者元素内的文本)的 element 。