打字效果
?
?
var NewsTime = 2000; //每條新聞的停留時間var TextTime = 50; //新聞標(biāo)題文字出現(xiàn)等待時間,越小越快var newsi = 0;var txti = 0;var txttimer;var newstimer;var newstitle = new Array(); //新聞標(biāo)題var newshref = new Array(); //新聞鏈接 newstitle[0] = "";啊啊啊啊啊啊啊啊啊啊newshref[0] = "http://www.baidu.com/";newstitle[1] = "http://www.baidu.com/";newshref[1] = "http://www.baidu.com/";newstitle[2] = "顯而易見,最高的效率就是對現(xiàn)有材料的最佳利用。";newshref[2] = "http://www.baidu.com/";newstitle[3] = "學(xué)會偷懶,并懶出境界是提高工作效率最有效的方法!";newshref[3] = "http://www.baidu.com/";newstitle[4] = "bye";newshref[4] = "http://www.baidu.com/";function shownew() {//code by haiwa @2005-10-21 www.51windows.netvar endstr = "_", hwnewstr = newstitle[newsi], newslink = newshref[newsi];if(txti==(hwnewstr.length-1)){endstr="";}if(txti>=hwnewstr.length){clearInterval(txttimer);clearInterval(newstimer);newsi++;if(newsi>=newstitle.length){newsi = 0}newstimer = setInterval("shownew()",NewsTime);txti = 0;return;}clearInterval(txttimer);document.getElementById("HotNews").href=newslink;document.getElementById("HotNews").innerHTML = hwnewstr.substring(0,txti+1)+endstr;txti++;txttimer = setInterval("shownew()",TextTime);}shownew();?
?
<p><a href="http://www.baidu.com" target="_blank">百度一下</a></p>?
轉(zhuǎn)載于:https://www.cnblogs.com/mudeng-007/p/7059343.html
總結(jié)
- 上一篇: java mongoTemplate的g
- 下一篇: meta name id class 标