摘要: from multiprocessing import Process import time import os # # def acb(n): # print(n) # # # if __name__ == '__main__': # p1 = Process(target=acb, args=("ready", )) # p1.start() # time... 阅读全文
posted @ 2018-10-23 16:04 python传言 阅读(2368) 评论(0) 推荐(0) 编辑