You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
>在浏览器环境中,我们也无法单纯依靠 JavaScript 代码实现 div 对象,只能靠 document.createElement 来创建,也说明了 JavaScript 的对象机制并非简单的属性集合 + 原型
|
|
|
|
|
|
|
|
## 对象分类
|
|
|
|
|
|
|
|
- 宿主对象 (host Object) :
|
|
|
|
- 内置对象 (Built-in Objects)
|