下面是代碼------------------------------------------------------------------------------------------function createWavePlane($ID,$MAX,$WIDTH,$HEIGHT,$DELAY,$PICTUREARRAY){//存放ID,個數(shù),寬度,高度,圖片數(shù)組var $JUDGE=1;var $INDEX=1;var $TIME;for(i=0;i<$MAX;i++){var $MODLE=document.createElement("div");$MODLE.id="$IDCHUNK"+i;$MODLE.style.position="absolute";$MODLE.style.top="0px";$MODLE.style.left=$WIDTH*i;$MODLE.style.width=$WIDTH;$MODLE.style.height=$HEIGHT;$MODLE.style.backgroundRepeat="no-repeat";$MODLE.style.backgroundImage=$PICTUREARRAY[0];$MODLE.style.backgroundSize=$WIDTH*$MAX+"px "+$HEIGHT+"px";$MODLE.style.backgroundPosition=-($WIDTH*i)+"px 0px";document.getElementById($ID).appendChild($MODLE);}//創(chuàng)建界面function $BODY(){alert("body");document.getElementById("$IDCHUNK"+$JUDGE).style.backgroundImage=$PICTUREARRAY[$INDEX];if($JUDGE==$MAX){if($INDEX==$PICTUREARRAY.length){$INDEX=0;}else{$INDEX++;}$JUDGE=1;clearInterval($TIME);setTimeout("$START()",$DELAY);}else{$JUDGE++;}}//function $START(){$TIME=setInterval("$BODY",2000/$MAX);}//$START();}------------------------------------------------------------------------------------------
以下是錯誤圖片,不知道還有沒有別的錯誤,大家?guī)臀铱匆豢矗x謝大家了!
Smart貓小萌
2023-04-01 18:14:05