摘要: 一、装饰器 1、为何要用装饰器 2、 什么是装饰器 import time def index(): time.sleep(3) print('welcome to index') # index() def wrapper(func): start_time = time.time() func( 阅读全文
posted @ 2017-12-08 21:26 xiechao 阅读(170) 评论(0) 推荐(0) 编辑
levels of contents