JavaScript Object
2017-08-26 本文已影响0人
东来树
Object
- 属性 prototype
- 实例属性 constructor
- 实例方法 hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf
Function
- 属性 prototype
- 实例属性 arguments constructor length
- 方法 apply call toString -