var obj1 = {name : "blue",fn : function(){alert(this.name);}}; var newFunction = obj1.fn; newFunction();为啥alert的是空,确不是undefined ? 查看完整描述