from tkinter import * from tkinter.ttk import * class App(): def __init__(self, window, window_title, video_source=0): self.s = Style() ...
確定! 回上一頁