window.onload = setInterval(myFunc, 5000);function myFunc(){ alert("This is a test.");}有沒有辦法在 1 個間隔后停止該功能或讓它執行 1 個間隔?
JavaScript 1 時間間隔?
慕姐8265434
2022-07-08 10:26:46