import threading 引入threading thread.start() 線程啟動 thread.join() 等待線程中止,也可以當作排隊用的. thread.is_alive() , thread.
確定! 回上一頁