基本設置按鈕如下: import tkinter as tk root = tk.Tk() btn = tk.Button(root, text='顯示按鈕').pack() root.mai.
確定! 回上一頁