Home > Back-end >  I want to once every 60 seconds to execute code, how to judge over 60 seconds?
I want to once every 60 seconds to execute code, how to judge over 60 seconds?

Time:12-22

For example,
Every 60 seconds between
Click on the button at a time

CodePudding user response:

The timer?

CodePudding user response:

The timer event handling calls the key event in

CodePudding user response:

Search TimeSetEvent ()

CodePudding user response:

He asked 60 seconds, just use the Timer

CodePudding user response:

https://blog.csdn.net/zhouky1993/article/details/62039115
Come on, let see this to learn,
Timer

CodePudding user response:

Yourself silently count to 60, and then press the left key of mouse, precise Click the button you want,
  • Related