pythonCopy import tkinter as tk import tkinter.font as tkFont root = tk.Tk() root.geometry("400x240") textExample=tk.
確定! 回上一頁