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.

文章标签:Document

找到 4 篇文档

  • Web/API/Document Document 接口代表在浏览器及服务器中加载任意 web 页面,也作为 web 页面内容( DOM tree , 包含如 body 和 table 等 ...
  • Web/API/Document/createElement 在一个HTML文档中, Document.createElement()方法用于创建指定的HTML元素,或者, 当指定未定义的元素时, 创建一个 HTMLUnknownElement 。
  • Web/API/Document/currentScript 返回其所包含的脚本正在被执行的 script 元素.
  • Web/API/Document/getElementsByName 根据给定的 name 返回一个在 (X)HTML document的节点列表集合。