编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function getValue() { var x=document.getElementById("myHeader"); alert(x.innerHTML); } </script> </head> <body> <h1 id="myHeader" onclick="getValue()">Click me!</h1> </body> </html>
结果:
【此窗口】
帮助?