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