#!/usr/bin/env python # -*- coding:utf-8 -*- import threading import ... threads.append(thread) for thread in threads : thread.join() if ...
確定! 回上一頁