标签:tar pytho glob art start read oba 定时 int
def fun_timer():
print(‘Hello Timer!‘)
global timer
timer = threading.Timer(3, fun_timer)
timer.start()
timer = threading.Timer(1, fun_timer)
timer.start()
标签:tar pytho glob art start read oba 定时 int
原文地址:https://www.cnblogs.com/guohu/p/11275364.html