2014年11月24日

tkinter之文件对话框

摘要: 1 from tkinter import * 2 from tkinter.filedialog import * 3 4 filetype = [('Python Files', '*.py *.pyw'), 5 ('Text Files', '*.txt'), 6 ('... 阅读全文

posted @ 2014-11-24 13:08 eaxebx 阅读(870) 评论(0) 推荐(0) 编辑

导航