刷新后更新图片

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];         }
上一篇:星空登录效果源码


下一篇:勒索者病毒借助邮件疯狂传播, 安天提出面向邮件服务商的反病毒引擎