📅  最后修改于: 2022-03-11 14:45:39.777000             🧑  作者: Mango
from tkinter import filedialog
# To show multiple file types at the same time you need to
# seperate the types with a space
filedialog.askopenfilename(filetypes=[("Excel files", ".xlsx .xls")])