源代碼
點擊運行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>教程</title> </head> <body> <img id="compman" name="compman" src="/images/logo.png" alt="Computerman" width="107" height="98"> <br> <script> document.write("圖像名稱: "); document.write(document.getElementById('compman').name); </script> </body> </html>
運行結果