先导入tkinter from tkinter import * import tkinter.font as font root = Tk()configconfig可以改变控件的属性。 l = Label(text='1') l.pack() ...
確定! 回上一頁