基础的只支持在本地验证
###这是终极版本,基础版本需要输入两次验证,现在这个可以说是只验证一次把 ##第五步是判断了 user,password = "caicai","13421731046" def auth(auth_type):#在这之前的参数只能掉来第二层了func def ouder_wrapper(func): def wrapper(*args, **kwargs): if auth_type == "local": userInput = input("user:").strip() passwordInput = input("password:").strip() if userInput == user and passwordInput == password: print("