$webtitle$中文网站
网站首页
/
技术开发列表
/
内容
随机显示背景
技术开发
2019-05-25
阅读
bg = new Array(2); //设定图片数量,如果图片数为3,这个参数就设为2,依次类推 bg[0] = 'bg1.gif'; //显示的图片路径,可用http:// bg[1] = 'bg2.gif'; bg[2] = 'bg3.gif'; index = Math.floor(Math.random() * bg.length); document.write("");
……
标签:
随机显示背景
相关阅读
随机显示背景