一个公司营销系统

源代码在线查看: banner.js

软件大小: 918 K
上传用户: jhjfjh22544
关键词: 营销
下载地址: 免注册下载 普通下载 VIP

相关代码

				theTexts = new Array()
				theTexts[0] = "";
				theTexts[1] = "";
				theTexts[2] = "";
				theTexts[3] = "";
				theTexts[4] = "";
				theTexts[5] = "";
				
				var rand = Math.round(Math.random()*5);
				while (rand >5) {
				   rand = Math.round(Math.random()*5);
				}
				document.write(theTexts[rand]);
							

相关资源