摘要: 1 LOGIN_USER = {"IsLogin":False} 2 3 4 5 def check_login(func): #检查登陆的装饰器 6 def inner(*args,**kwargs): 7 if LOGIN_USER["IsLogin"]: 8 r = func(*args,** 阅读全文
posted @ 2016-08-22 09:43 whzym111 阅读(645) 评论(0) 推荐(0) 编辑