-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
41 lines (35 loc) · 1.75 KB
/
1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- <link rel="dns-prefetch" href="//hzxqsy.com">
<link rel="dns-prefetch" href="//oss-xpc0.xpccdn.com">
<link rel="dns-prefetch" href="//static-qn.51miz.com">
<link rel="dns-prefetch" href="//www.hepou.com"> -->
<link rel="preconnect" href="https://alifei03.cfp.cn">
<link rel="preconnect" href="https://xinpub.cdn.bcebos.com">
</head>
<body>
<img src="https://alifei03.cfp.cn/creative/vcg/nowater800/new/VCG211347366942.jpg?x-oss-process=image/format,jpg"
alt="">
<img src="https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg" alt="">
<img src="https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg" alt="">
<img src="https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg" alt="">
<img src="https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg" alt="">
<img src="https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg" alt="">
<img src="https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web/e08da34488b114bd4c665ba2fa520a31.svg" alt="">
<img src="" alt="">
<button onclick="replaceImg()">切换</button>
<script>
function replaceImg() {
let img = document.querySelectorAll('img')
img[0].src = 'https://alifei03.cfp.cn/creative/vcg/nowater800/new/VCG211347366942.jpg?x-oss-process=image/format,jpg'
img[1].src = 'https://xinpub.cdn.bcebos.com/aiqicha/focus-heat-one.png'
img[2].src = ''
img[3].src = ''
}
</script>
</body>
</html>