编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <p><a id="w3s" href="/">自强学堂</a></p> <script> document.write("Return href of link: "); document.write(document.getElementById('w3s').href); </script> </body> </html>
结果:
【此窗口】
帮助?