编辑下面的代码:【加编码】
<html> <body> <button id="button1" name="button1">Click Me!</button> <p>The name of the button is: <script> document.write(document.getElementById("button1").name); </script></p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂