gpt4 book ai didi

javascript - 使用开始和停止按钮在 javascript 中开始和停止循环

转载 作者:行者123 更新时间:2023-11-30 08:00:39 25 4
gpt4 key购买 nike

<分区>

我有一个开始按钮,单击它会运行一个循环函数。我如何获得 stopBTN.onClick 来停止正在运行的循环?

https://jsfiddle.net/vduxbnkj/

startBTN.onClick = function(){ runLoop(); }

function runLoop(){
while(condition true){
getFolderContentsLoop();
}
}

function getFolderContentsLoop(){
//loop through folders & files looking for .txt file and if "finished"
delete files and folders
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com