📜  从 tkinter python 代码示例中的输入表单中删除内容

📅  最后修改于: 2022-03-11 14:46:48.938000             🧑  作者: Mango

代码示例2
import tkinter as tk
#You can use the function as reset buttton 
def deleteEntry ():
  yourEntryName.delete(0,'end') #first=0 to last=end