正美今天扔出来的类似下面的代码:
参考代码:
var o = {
test: function () {alert('origin')}
};
o.test(o.test = function(){ alert('changed'); });
var o = {
te正美今天扔出来的类似下面的代码:
参考代码:
var o = {
test: function () {alert('origin')}
};
o.test(o.test = function(){ alert('changed'); });
var o = {
te