摘要: 使用 threading 模块中的 Timer 类 使用 threading 中的 Timer 可以简单实现一个定时器的功能: from threading import Timer import time def execute_func(name, age, gender, hobby): pr 阅读全文
posted @ 2019-06-08 17:41 古明地盆 阅读(8937) 评论(0) 推荐(2)