会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
指尖起舞
手把青秧插满田,低头便见水中天;身心清静方为道,退步原来是向前。
导航
博客园
新随笔
联系
管理
2016年8月7日
python装饰器
摘要: 1 #coding=utf-8 2 import sys 3 ''' 4 Created on 2016年8月7日 5 6 @author: yongliu 7 ''' 8 9 def deco(func): 10 print("before myfunc() called.") 11 func() 12 print("aft...
阅读全文
posted @ 2016-08-07 17:06 datakv
阅读(185)
评论(0)
推荐(0)
编辑