2019年1月4日

Python3 多线程例子

摘要: import threading, zipfile class AsyncZip(threading.Thread): def __init__(self, infile, outfile): threading.Thread.__init__(self) self.infile = infile self.outfile = outfi... 阅读全文

posted @ 2019-01-04 22:47 Zhangwill 阅读(177) 评论(0) 推荐(0) 编辑

导航