# 等待所有子執行緒結束 for i in range(5): threads[i].join() print("Done.") 這個範例大致上的觀念都跟前面差不多,比較需要注意的地方就是 threading.
確定! 回上一頁