摘要: 守护线程 import time from threading import Thread from multiprocessing import Process def func1(): time.sleep(3) print('in func1') def func2(): while True 阅读全文
posted @ 2018-06-19 16:01 eailoo 阅读(503) 评论(0) 推荐(0) 编辑