<script> 
<!-- 
locate 
= 0
function autoscroll() 
{
    
if (locate !=3000 ) 
    {
        locate
++;
        scroll(
0,locate); 
        clearTimeout(timer); 
        
var timer = setTimeout("autoscroll()",1);
        timer;
    } 

--> 
</script> 

 

使用:

<body onload="autoscroll()">

相关文章:

  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-12-07
  • 2021-12-30
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案