import tkinter as tk root = tk.Tk() root.geometry("400x240") def clearTextInput(): textExample.delete("1.0","end") textExample=tk.Text(root, height=10) ...
確定! 回上一頁