js代码实现的随机图片效果

燕山网络科技2023-02-15 06:51:291754
<script>    
var rand1 = 0;    
var useRand = 0;    
images = new Array;    
images[1] = new Image();    
images[1].src = "http://goods.hnysnet.com/zb_users/theme/goods/style/images/w1.jpg";    
images[2] = new Image();    
images[2].src = "http://goods.hnysnet.com/zb_users/theme/goods/style/images/w2.jpg";    
images[3] = new Image();    
images[3].src = "http://goods.hnysnet.com/zb_users/theme/goods/style/images/w3.jpg";    
images[4] = new Image();    
images[4].src = "http://goods.hnysnet.com/zb_users/theme/goods/style/images/w4.jpg";    
images[5] = new Image();    
images[5].src = "http://goods.hnysnet.com/zb_users/theme/goods/style/images/w4.jpg";    
function swapPic() {    
var imgnum = images.length - 1;    
do {    
var randnum = Math.random();    
rand1 = Math.round((imgnum - 1) * randnum) + 1;    
} while (rand1 == useRand);    
useRand = rand1;    
document.randimg.src = images[useRand].src;    
}    
</script>


分享到:

本文链接:https://h.finchui.com/wangzhan/4791.html 转载需授权!

最新发布

燕山网络科技在线咨询

上班时间:9:00-22:00
周六、周日:14:00-22:00
wechat
扫一扫二维码,添加客服微信

15639981097

上班时间:9:00-22:00
周六、周日:14:00-22:00

扫一扫二维码,添加客服微信