How to repeat a function a specific number of times until stopped

后端 未结 0 2004
渐次进展
渐次进展 2020-12-12 07:44
function start() {
  if (button.value == "ON") {
    // something to start repeating a desired function said amount of times here... or something
  }
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题