from multiprocessing import Process, Queue; def f(q):; q.put([42, None, 'hello']); q.put(2); # 因window spawn 的緣故; # 必須在__name__ ...
確定! 回上一頁