会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
henry
博客园
园子
首页
新随笔
联系
管理
订阅
2018年11月30日
装饰器
摘要: 一.装饰器的剩余: 1.def outter(func): def wrapper(*args,**kwargs): res=func(*args,**kwargs) return res return wrapper @outter def index(): ''' 这是index的函数... :
阅读全文
posted @ 2018-11-30 20:47 Zhuang_Z
阅读(96)
评论(0)
推荐(0)
公告