This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.
Participate
1、<head>......</head>
<head> <script type="text/javascript" > document.write('im in head <br/>'); </script> </head>
2、<body>......</<body>
<body> <script type="text/javascript"> document.write("im in body"); </script> </body>
3、 <script type="text/javascript" scr="*****.js">