2019年11月4日

PYTHON装饰器

摘要: def zhuangshi(func): def hello1(*args,**kwargs): print(kwargs) func(*args,**kwargs) return hello1 @zhuangshi def hello(name,*args,**kwargs): print('he 阅读全文

posted @ 2019-11-04 10:31 土豆爸 阅读(112) 评论(0) 推荐(0) 编辑

导航