!--NEWSZW_HZH_BEGIN--
先上典范:
// Poisoning Object.prototype
Object.prototype.bar = 1;
var foo = {moo: 2};
for(var i in foo) {
console.log(i); // prints both bar and moo
}
// Poisoning Obj!--NEWSZW_HZH_BEGIN--
先上典范:
// Poisoning Object.prototype
Object.prototype.bar = 1;
var foo = {moo: 2};
for(var i in foo) {
console.log(i); // prints both bar and moo
}
// Poisoning Obj