编辑下面的代码:【加编码】
<html> <body> <p id="p1">Hello world!</p> <script> function ChangeText() { document.getElementById("p1").innerHTML="New text!"; } </script> <input type="button" onclick="ChangeText()" value="Change text"> </body></html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂