标签:
var showLog = (function($){ function aaa(){ alert(1233444444); } aaa.show = function(){ alert(123) } aaa.alert = function(){ alert(234); } return aaa; })(jQuery) showLog.show();
simpleDialog.show() && simpleDialog.destroy(); if(simpleDialog.show()){ simpleDialog.show() }
标签:
原文地址:http://www.cnblogs.com/lcx90/p/4431179.html