导航

2015年10月27日

摘要: class式的 Decoratordecorator的class方式1234567891011121314151617181920212223class myDecorator(object):def __init__(self, fn):print "inside myDecorator.__in... 阅读全文

posted @ 2015-10-27 09:50 网名还没想好 阅读(208) 评论(0) 推荐(0) 编辑