javascript - Using docuemnt.write() to write js on the page when the document stream is not closed, will it cause page blocking?
某草草
某草草 2017-06-20 10:06:46
0
1
821

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>
某草草
某草草

reply all(1)
刘奇

Definitely, it’s best not to use document.write

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template