标签:struct 创建类型 创建 属性 regexp date ber 原型链 prototype
1. 每个对象都有_proto_,且_proto_指向创建类型的prototype;
2. function都有prototype,prototype有两个属性,constructor/_proto_(_proto_总指向Object的prototype);
3. Object的prototype的_proto_指向null.
javascript对象:
Function类型: Object
Function
String
Date
Array
Date
Boolean
RegExp
Number
Error
(除了Math对象)
标签:struct 创建类型 创建 属性 regexp date ber 原型链 prototype
原文地址:http://www.cnblogs.com/peiling-home/p/7113067.html