var dynamicLoading = { css: function(path){ if(!path || path.length === 0){ throw new Error('argument "path" is required !'); } var target = document.querySelector('.cus-jingxiaoshang-wrap'); var link = document.createElement('link'); link.href = path; link.rel = 'stylesheet'; link.type = 'text/css'; target.appendChild(link); }, js: function(path){ if(!path || path.length === 0){ throw new Error('argument "path" is required !'); } var target = document.querySelector('.cus-jingxiaoshang-wrap'); var script = document.createElement('script'); script.src = path; script.type = 'text/javascript'; target.appendChild(script); } } let ms = new Date().getTime(); dynamicLoading.css('https://custproj00042-1.ceydz.com/cus-js/2022-03/shidaiwodun/map.css?v=' + ms) dynamicLoading.js('https://custproj00042-1.ceydz.com/cus-js/2022-03/shidaiwodun/echarts.min.js') dynamicLoading.js('https://custproj00042-1.ceydz.com/cus-js/2022-03/shidaiwodun/china.js') setTimeout(() => { // dynamicLoading.js('https://cdn.bootcdn.net/ajax/libs/echarts/5.0.2/echarts.js') dynamicLoading.js('https://custproj00042-1.ceydz.com/cus-js/2022-03/shidaiwodun/map.js?v='+ ms) }, 1000)