<!DOCTYPE html><html><body><img id="compman" src="compman.gif" alt="Crazy computerman" width="107" height="98"><p>The value of the alt atrribute is:<script>document.write(document.getElementById("compman").alt);</script></p></body></html>希望本文所述对大家的javascript程序设计有所帮助。