标签:数据 发送请求 get 发送 pos alt image ima files
get方式发送请求,请求体是空的
post方式可以从url拿数据,也可以从请求体拿内容
settings.py:STATICFILES_DIRS=(os.path.join(BASE_DIR,‘static‘))
Django请求生命周期之响应内容
原文地址:https://www.cnblogs.com/jintian/p/11167418.html