from Tkinter import * class GUI: def __init__(self, root): Popup = Toplevel(root) Popup.resizable(0,0) Popup.attributes("-toolwindow", ...
確定! 回上一頁