from django.utils.encoding import escape_uri_path # 用于解决中文命名文件乱码问题def excel(request): # df=pd.read_excel('测试.xlsx') ...
確定! 回上一頁