- A+
所属分类:美化特效
- <script>
- var max=0;
- function textlist() //自己的对象存储字符串
- {
- max=textlist.arguments.length;
- for (i=0; i<max; i++)
- this[i]=textlist.arguments[i];
- }
- tl=new textlist //实际上是一个多维数组
- (
- "服务器稳定保障"
- "阿里云稳定监控"
- "官方正版授权"
- "全新域名 www.wxlog.cn"
- "备案后大力宣传"
- );
- var x=0; pos=0;
- var l=tl[0].length;
- function textticker()
- {
- document.getElementById("dzj01").value=tl[x].substring(0pos)+"_";
- if(pos++==l)
- {
- pos=0;
- setTimeout("textticker()"800);?//控制两段话间的转换时间
- x++;
- if(x==max)
- x=0;
- l=tl[x].length;
- } else
- setTimeout("textticker()"120); //控制文字完整显示的时间
- }
- </script>