编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <p id="p1">Hello World!</p> <script> document.getElementById("p1").innerHTML="New text!"; </script> <p>The paragraph above was changed by a script.</p> </body></html>
结果:
【此窗口】
帮助?