相反所有的 GUI 交互都是通过简地函数调用就可以实现,EasyGUI 为用户提供了简单的 GUI 交互接口,不需要程序员知道任何有关 tkinter,框架,部件,回调或 lambda 的任何细节。...', title=' ', default='', strip=True, image=None, root=None) #输入框,返回值为用户输入的字符串;
integerbox(msg='', title...=' ', default=None, lowerbound=0, upperbound=99, image=None, root=None) #数值输入框
#多个简单的输入框,用户输入的值比选项少的话...,则返回列表中的值用空字符串填充用户为输入的选项多则截断,用户取消操作返回None
multenterbox(msg='Fill in values for the fields...'''
# 函数用于提供一个对话框,返回用户选择的目录名(带完整路径哦),如果用户选择 “Cancel” 则返回 None
diropenbox(msg=None, title=None, default