摘要: # 导出Excel文件 def export_excel(request): city = request.POST.get('city') print(city) list_obj=place.objects.filter(city=city) # 设置HTTPResponse的类型 respon 阅读全文
posted @ 2020-10-27 16:27 乔小生1221 阅读(464) 评论(1) 推荐(0) 编辑