📅  最后修改于: 2022-03-11 14:45:24.010000             🧑  作者: Mango
代码示例1
Simple way to get a directory of a file and open it:
from tkinter.filedialog import askopenfilename
filename = askopenfilename()