摘要: Thread 模块 import time from threading import Thread from multiprocessing import Process #效率差别 def func(a): a += 1 if __name__ == "__main__": li = [] st 阅读全文
posted @ 2018-07-31 19:51 冯坤大神 阅读(364) 评论(0) 推荐(0) 编辑