编辑下面的代码:【加编码】
<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>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂