摘要:
代码片段一: var name = "The Window"; var object = { name : "My Object", getNameFunc : function(){ return function(){ return this.name; }; } }; alert(object.getNameFunc()());代码片段二: var name = "The Window"; var object = { name : "My Object", getNameFunc : function(){ 阅读全文
posted @ 2013-11-30 12:53
yongtaiyu
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号