javascript 放在 body 部分 javascript 放在 head 部分 javascript 放在 head 和 body 部分 javascript 放在 body 部分 <html> <head> </head> <body> <script type="text/javascript"> <!-- document.write("Hello World") //--> </script> <p>This is web page body </p> </body> </html> javascript 放在 head 部分 javascript 放在 head 和 body 部分