import threading import random, time from gi.repository import Gtk, GObject class MainThread: def __init__(self): GObject.threads_init() ...
確定! 回上一頁