摘要: import time user,passwd = 'alex','abc123' def auth(auth_type): print("auth func:",auth_type) def outer_wrapper(func): print("out_wrapper func:",func) def wrapper(*args, **kwar... 阅读全文