When the document flow has not yet ended, will it cause js to block by externally moving it into js through document.write('')? For example:
document.write('<script src="js/index.js"></script>
Definitely, it’s best not to use document.write
Definitely, it’s best not to use document.write