文档

@Document
概述 Overview
.DocumentWeb API 之一
.代表浏览器加载的WEB页面 - any web page loaded in the browser
.DOM树的入口节点 - entry point into the web page's content, which is the DOM tree.
.示例结构如下
<div id="box" class="wrap container">hi,there.</div>
属性 Properties
方法 Methods
事件 Events