Home > Article > Web Front-end > Asynchronously loading script code_javascript skills
Asynchronously loading scripts through iframe
Asynchronously requesting scripts from another page will not be executed, and only the original HTML file will be returned, because the returned text has not been parsed and executed by the browser.
Look at the code
a1.html