3
我有一個JavaScript結構如下圖所示,它的長約8000行代碼:本地化全球namsapce jQuery中
var abc = {
test: function(){
abc.xyz()
},
testAbc : function(){
abc.123()
},
testxyz : function(){
abc.qws()
},
}
我不希望每個函數調用之前重複abc
。這可能嗎?
你想要還是不想要? – xyz 2011-12-16 06:17:02