摘要: def login_auth(func): def inner(request,*args,**kwargs): next_url=request.get_full_path() if request.COOKIES.get('is_login'): return func(request,*arg 阅读全文
posted @ 2022-01-20 11:18 mjth 阅读(147) 评论(0) 推荐(0)