//中华游JS脚本函数 by SHW //======缓加载====== //例:getDom("login:index/Login,adsPic:ad1") //带条件例子:getDom("login:index/Login,adsPic:ad1(act=xxx)") function getDom(domStr){ var thisData=domStr.replaceAll(",","&"); var thisData=thisData.replaceAll(":","="); $.ajax({ type: "POST", cache: true, //缓存数据 async: false,//锁定前端 url: "/load.asp", data: thisData, success: function(data){ //考虑到json格式asp存在比较多的问题,暂用分割形式。待改造。 data=data.split("$%^%$"); for(getDom_i=0;getDom_i