python用弹窗选文件
来源:https://blog.csdn.net/u014769180/article/details/84639775
from tkinter.filedialog import askopenfilename
file_path = askopenfilename()
这是我能找到的最简洁版本
顺带附上参数的翻译

来源:https://blog.csdn.net/u014769180/article/details/84639775
from tkinter.filedialog import askopenfilename
file_path = askopenfilename()
这是我能找到的最简洁版本
顺带附上参数的翻译
