摘要:
from multiprocessing import Process import time import os def task(): print('%s is running' %os.getpid()) time.sleep(3) print('%s is done' % os.getpid 阅读全文
posted @ 2018-07-12 15:50
Roc_Atlantis
阅读(185)
评论(0)
推荐(0)
浙公网安备 33010602011771号