Object.prototype = { handle: function(){} }
与
Object.prototype.handle = function(){}
有什么区别?我在chrome控制台打出来看第一种生命方式没有constructor了
constructor
相关分类