将script标记放在body(</body>)的结束标记之后是多么错误.?
</body>
<html> .... <body> .... </body> <script type="text/javascript" src="theJs.js"></script> </html>
html javascript
html ×1
javascript ×1