源代碼
點擊運行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>教程</title> </head> <body> <p><a id="runoob" href="http://www.sharebody.com/">教程</a></p> <script> document.write("返回 href 鏈接: "); document.write(document.getElementById('runoob').href); </script> </body> </html>
運行結果