摘要: Object.getPrototypeOf(object):调用对象父类原型上的方法;function Person(){ this.method1 = function(){alert(1)}}Person.prototype.method2 = function(){alert(2);} ... 阅读全文
posted @ 2015-08-12 18:26 Tobinary 阅读(258) 评论(0) 推荐(0) 编辑