javascriptÖð×ÖÊä³ö°¸Àý
- //¶¯Ì¬ÎÄ×ÖÌáʾ
- var txtArr = ['»¶ÓÀ´µ½°®Ë¼×ÊÔ´Íø£¬¹ÙÍøµØÖ·£ºhttp://www.aseoe.com/', 'רעWebÇ°¶Ë¿ª·¢ÓëPHP±à³ÌÉè¼Æ'],
- x = 1,
- y = 0,
- txt = txtArr[y],
- timer = null,
- timer1 = null,
- cue = $('.menutext');
- function changTxt() {
- if (x == txt.length+1) {
- clearTimeout(timer1);
- timer1 = setInterval(function(){
- y += 1;
- if (y > txtArr.length - 1) y = 0;
- cue.text('');
- txt = txtArr[y];
- x=0;
- },5500);
- }
- cue.text(txt.substring(0,x));
- x+=1;
- clearTimeout(timer);
- timer = setTimeout(function(){
- changTxt();
- },600);
- }
- changTxt();
TAG:javascript Öð×ÖÊä³ö
±¾Õ¾»¶ÓÈκÎÐÎʽµÄתÔØ£¬µ«ÇëÎñ±Ø×¢Ã÷³ö´¦£¬×ðÖØËûÈËÀͶ¯³É¹û
תÔØÇë×¢Ã÷£º ÎÄÕÂתÔØ×Ô£º°®Ë¼×ÊÔ´Íø http://www.aseoe.com/show-12-892-1.html
תÔØÇë×¢Ã÷£º ÎÄÕÂתÔØ×Ô£º°®Ë¼×ÊÔ´Íø http://www.aseoe.com/show-12-892-1.html