即,线程开始(调用thread.start())之前,调用setDaemon()函数设定线程的daemon标准(thread.setDaemon(True))就表示这个线程“不重要”。 如果你想要等待子线程完成再退出 ...
確定! 回上一頁