摘要: 一、单文件 python3: 1 import tkinter as tk 2 from tkinter import filedialog 3 4 root = tk.Tk() 5 root.withdraw() 6 7 file_path = filedialog.askopenfilename 阅读全文
posted @ 2018-04-10 15:41 絳紫色 阅读(2201) 评论(0) 推荐(0) 编辑