<html> <body> <form> <input type="reset" alt="Reset button" id="reset1" /> </form> <p>The alt text for the reset button is: <script type="text/javascript"> x=document.getElementById('reset1'); document.write(x.alt); </script></p> </body> </html>
结果:
编辑上面的代码,点击查看结果。
yige.org
- 试一个