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