style="width: 100%;height: 40px;line-height: 40px;color: #333333;font-size: 14px;
font-weight: normal;text-align: center;display: flex; align-items: center; justify-content: center;">
<a href="monScript = document.createElement('script');
commonScript.src = 'web/js96110/xhm/common/commonScript.js';
commonScript.onload = function() {
let dataScript = document.createElement('script');
dataScript.src = 'web/js96110/xhm/data/indexData.js?v=' + CommonScript.generateRandomString(16)
dataScript.onload = function() {
// 添加本页面js
var script1 = document.createElement('script');
script1.src = 'web/js96110/xhm/pc/xhmPcMain.js?v=' + CommonScript.generateRandomString(16)
script1.id = '_page_main_js'
// 移除旧的script1标签
var oldScript1 = document.getElementById('_page_main_js');
if (oldScript1) {
oldScript1.parentNode.removeChild(oldScript1);
}
document.body.appendChild(script1);
};
dataScript.id = '_page_data_js';
var oldDataScript = document.getElementById('_page_data_js');
if (oldDataScript) {
oldDataScript.parentNode.removeChild(oldDataScript);
}
document.head.appendChild(dataScript);
};
document.head.appendChild(commonScript);
</script>
</body>
</html>