from tkinter import *; a= Tk(); a.geometry("400x400"); labelframe=LabelFrame(a,text="c#corner",bg = "green",; bd=10,width=100,height=50) ...
確定! 回上一頁