Why use document.write?
问题 I was wondering why ad's still use the document.write approach to inserting the add into the page <script language="javascript" type="text/javascript"> document.write("<script type='text/javascript' src='http://addomain/someadd.js'><\/sc" + "ript>"); </script> Why is it that I can't just put <script type='text/javascript' src='http://addomain/someadd.js'></script> In place of the ad? 回答1: A traditional script tag will block the page while it is loading and executing. A script loaded with