编辑下面的代码:【加编码】
<html> <body> <p>Hello World!</p> <div> <p>The DOM is very useful!</p> <p>This example demonstrates the <b>document.body</b> property.</p> </div> <script> alert(document.body.innerHTML); </script> </body></html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂