Django使用中間件實現用戶登陸功能出現重複跳轉的問題及解決方法

先看一下出錯的代碼html # 中間件 class AuthMiddleware(MiddlewareMixin): def process_request(self, request): print(request.path) print(request.session.get('is_log')) if request.path
相關文章
相關標籤/搜索