var config = {}; config.css = [ 'qq_online.css' ]; config.js = [ 'qq_online.js' ]; for(var index in config.css) { if(config.css.hasOwnProperty(index)) { $('', { type : 'text/css', rel : 'stylesheet', rev : 'stylesheet', media : 'all', href : '/plugin/qq_online/' + 1 + '/css/' + config.css[index] + '?20200101' }).appendTo('head'); } } for(var index in config.js) { if(config.js.hasOwnProperty(index)) { $('