
1.你可曾有过无数的梦想, 2.却在时光的流逝里幻灭 3.你可曾对未来期待憧憬, 4.却在成长的岁月中迷失 5.CSDN中国程序员论坛 6.大家一起来 7.好象都很不错的样子 var t=setInterval(myfunc,1000);
var oBox=document.getElementById("ScrollBox");
function myfunc(){
var o=oBox.firstChild
oBox.removeChild(o)
oBox.appendChild(o)
}
oBox.onmouseover=function(){clearInterval(t)}
oBox.onmouseout=function(){t=setInterval(myfunc,1000)}
script>
getElementsByClassName 的DOM方法