window.onload = function (){ setTimeout("startMove()",100);}area=document.getElementById("b2");function startMove(){ area.scrollTop=20; }
為什么要把a(bǔ)rea的變量定義寫(xiě)在startMove函數(shù)里面才有用,我看老師寫(xiě)在外面也能執(zhí)行我寫(xiě)在外面卻說(shuō)讀不出來(lái)
阿爾卑斯山車(chē)神
2016-05-24 12:05:35