from tkinter import * root = Tk() root.title("hello world") root.geometry('300x200') Label(root, text='四大名著', font=('標楷體', 20)).pack ...
確定! 回上一頁