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