import threading #導入threading 模組 from multiprocessing import Queue #使用多核心的模組Queue #定義第一個線程工作#num是給job1 吃的參數,q是Queue物件,而lock ...
確定! 回上一頁