Tkinter入门电子书 比较实用的Tkinter入门电子书 # File: dialog3.py def body(self, master): Label(master, text="First:").grid(row=0, sticky=W) Label(master, text="Sec