python 的thread模塊是比較底層的模塊,python的threading模塊是對thread做了一些包裝,可以更加方便 ... t1.join() #主線程等待線程完成再繼續往下執行
確定! 回上一頁