基本用法如下: import tkinter as tk root = tk.Tk() text = tk.Label(root, text='Hello tkinter!').pack()
確定! 回上一頁