x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>蜜蜂教程(mifengjc.com)</title>
6
</head>
7
<body id="logo" background="/examples/logo.png">
8
9
<script>
10
document.write("背景图片是: ")
11
document.write(document.getElementById("logo").background);
12
</script>
13
14
</body>
15
</html>