위젯은 ttk로부터 가져오겠습니다. import tkinter as tk from tkinter import ttk root = tk.Tk() root.geometry("600x400") root.title("Hello, ...
確定! 回上一頁