摘要:
#### 9.2.1 进程模块 ```python from multiprocessing import Process import time import os def func(): print('start',os.gitpid()) time.sleep(1) print('end',os.gitpid()) if __name__ == '__... 阅读全文
posted @ 2019-08-24 17:50
番茄炒蛋548542
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号