Django 之 下载文件
摘要:法I:views.py 1 #encoding:utf-8 2 import os 3 4 from django.core.servers.basehttp import FileWrapper 5 from django.http import HttpResponse 6 7 path =...
阅读全文
posted @ 2015-09-08 18:20
posted @ 2015-09-08 18:20