To wait until a daemon thread has completed its work, use the join() method. import threading import time import logging logging.basicConfig ...
確定! 回上一頁