刷新后更新图片

2020-04-24 15:58:03 蜻蜓队长

window.onload = choosePic;
        function choosePic() {
            var myPix = new Array('./tupian/二维码02.png', './tupian/二维码.jpg', './tupian/qrcode.bmp');
            var randomNum = Math.floor((Math.random() * myPix.length));
    //下面的id与img标签上对应,可以设置多个
            document.getElementById('bianhua').src = myPix[randomNum];
            document.getElementById('bianhua1').src = myPix[randomNum];
        }

以上内容来自于网络,如有侵权联系即删除
相关文章

上一篇: 06 css布局浮动

下一篇: Linux下查看HBA卡的驱动版本和WWPN

客服紫薇:15852074331
在线咨询
客户经理