摘要: import time from threading import Thread def func(): while True: time.sleep(0.5) print(123) def func2(): print("func2 start ") time.sleep(3) print("fu 阅读全文
posted @ 2018-09-24 20:21 云丛 阅读(84) 评论(0) 推荐(0) 编辑