编辑下面的代码:【加编码】
<html> <body id="logo" background="logo.png"> <script> document.write("The background image is: ") document.write(document.getElementById("logo").background); </script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂