1 from tkinter import * 2 root = Tk() 3 Label(root,text="red",bg="red",fg="white").pack(fill=X) #fill選項是設置橫向填充4 Label(root ...
確定! 回上一頁