源代碼
點擊運行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>教程</title> </head> <body> <img border="0" src="/images/logo.png" width="150" height="113"> <img border="0" src="/images/logo.png" width="152" height="128"> <p>圖像數目: <script> document.write(document.images.length); </script></p> </body> </html>
運行結果