js部分functioncreateOneSnow(){varleftX=Math.random()*window.innerWidth;vartopY=Math.random()*window.innerHeight;varsnowDiv=document.createElement("div");snowDiv.style.position="fixed";snowDiv.style.left=leftX+"px";snowDiv.style.top=topY+"px";vartargetImg=document.createElement("img");targetImg.src='image/white-snow.png';targetImg.style.width='20px';snowDiv.appendChild(targetImg);document.body.appendChild(snowDiv);}functioncreateManySnow(){for(vari=0;idon'tsurpportthemusic網(wǎng)頁打開后,雪花自動產(chǎn)生并落下,但是按下stop鍵,stopFly函數(shù)失靈,估計是無法找到timer,clearInterval(timer);無法執(zhí)行。請問,如何讓onclick="stopFly();"起作用?全部代碼,image,本問題涉及的源代碼請下載。
如何讓stopFly函數(shù)起作用?
胡說叔叔
2019-05-20 16:56:05