__MagicPower
Do one thing and do it best!

导航

 

2016年1月12日

摘要: #!/usr/bin/env python#--*-- coding:utf-8 --*--__author__ = 'Kevin'def deco(func): def in_deco(xx,yy): print ('in deco') func(xx,yy) ... 阅读全文
posted @ 2016-01-12 13:30 __MagicPower 阅读(126) 评论(0) 推荐(0) 编辑