第15章

    m/pc/xhmPcMain.js?v='+CommonScript.generateRandomString(16) script1.id='_page_main_js' //移除旧的script1标签 varoldScript1=document.getElementById('_page_main_js') if(oldScript1){ oldScript1.parentNode.removeChild(oldScript1) } document.body.appendChild(script1) } dataScript.id='_page_data_js' varoldDataScript=document.getElementById('_page_data_js') if(oldDataScript){ oldDataScript.parentNode.removeChild(oldDataScript) } document.head.appendChild(dataScript) } document.head.appendChild(commonScript) </script> </body> </html>