aiohttp實現文件的下載

view.py from aiohttp import web from aiohttp import web_fileresponse async def index(request): return web.Response(text='下載完成!') def download(request): r = web.FileResponse('quandl_data.c
相關文章
相關標籤/搜索