要完成此效果把如下代码加入到<body>区域中 <script language="JavaScript"> <!-- var current = 0 var x = 0 var speed = 200 var speed2 = 5000 function initArray(n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } } action = new initArray(4) action[0]="欢迎光临点击南开!" action[1]="私服服务器端!" action[2]="你所关注的就是我们所关注的!" action[3]="传奇私服服务器端!" function action2() { var m = action[current] window.status = m.charAt(x++) if (x == m.length + 1) { x = 0 current++ window.status = m if (current > action.length - 1) { current = 0 } setTimeout("action2()", speed2) } else { setTimeout("action2()", speed) } } action2() //--> </script> 载入中... 载入中...
Copyright © 2000-2006 Nkcn.Net 天津网站优化 All Rights Reserve.