摘要: 1 视图层之请求对象 def index(request): ''' request:django封装的对象,它的类是WSGIRequest,它里面包含了所有http请求的东西 ''' print(request) print(type(request)) # from django.core.ha 阅读全文
posted @ 2020-10-09 21:12 投降输一半! 阅读(104) 评论(0) 推荐(0)