x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>蜜蜂教程(mifengjc.com)</title>
6
<script>
7
function displayResult() {
8
document.body.style.backgroundColor = "#f3f3f3";
9
document.body.style.backgroundImage = "url(" / examples / img_tree.png ")";
10
}
11
</script>
12
</head>
13
<body>
14
15
<h1>Hello World!</h1>
16
<br>
17
<button type="button" onclick="displayResult()">设置背景图片</button>
18
19
</body>
20
</html>