//自运行函数:批量加载页面JS&CSS,以及外部JS&CSS文件 (function(){ $.loadCssJsList([ {"file":getFilePath()+"css/style.css","type":"css","dom":"#my-mobile-box"}, {"file":$.$appPars.rootPath+"/plugins/jquery/lightslider/css/lightslider.min.css","type":"css"},//第三方-JS插件:lightslider轮播插件 {"file":$.$appPars.rootPath+"/plugins/jquery/jq.md5.js","type":"js","dom":"#my-mobile-box"},//第三方-JS插件:jquery.md5加密 {"file":getFilePath()+"js/index.js?timeStamp="+(new Date().getTime()),"type":"js","dom":"#my-mobile-box","time":"150"} ]); }());