from tkinter import * import tkinter top = tkinter.Tk() B1 = tkinter.Button(top, text ="FLAT", relief=FLAT ) B2 = tkinter.
確定! 回上一頁