首页 > 网站 > WEB开发 > 正文

javascript中原型,构造器,还有E5扩展的默认成员

2024-04-27 14:23:52
字体:
来源:转载
供稿:网友

javascript中原型,构造器,还有E5扩展的默认成员

Posted on 2014-05-19 13:41 思思博士 阅读(...) 评论(...) 编辑 收藏

对象原型所具有的基本特征: 1.toString() 2.toLocaleString() 3.valueOf() 4.constructor() 5.PRopertyIsnumerable() 6.hasOwnProperty() 7.isPrototypeOf() 构造器所具有的特殊成员 1.call() 2.apply() 3.caller() 4.bind() 5.arguments [object] 6.length [number] 7.prototype [objcet] E5对于Object对象进行扩展. 1.create() 2.getPrototypeOf() 3.defineProperty() 4.defineProperties() 5.getOwnPropertyDescriptor() 6.keys() 7.getOwnPropertyNames() 8.seal() 9.freeze() 10.preventExtensions() 11.isSealed() 12.isFrozen() 13.isExtensible()


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表