摘要: 问题一 到底是怎么执行的? import time def timer(timeout=0): def decorator(func): def wrapper( args, kwargs): 会给装饰器传递参数,因为无法确定装饰器有多少参数,所以使用这个。 start = time.time() 阅读全文
posted @ 2016-11-04 14:03 Dus 阅读(263) 评论(0) 推荐(0) 编辑