摘要: 1、装饰器2、生成器3、迭代器4、内置方法5、可序列化6、项目规范化 1、装饰器 # -*- coding:utf-8 -*- # Author:Wong Du ### 原代码 def home(): print("Welcome to home...") def shoe(): print("We 阅读全文
posted @ 2018-03-08 10:43 糕事情 阅读(266) 评论(0) 推荐(0)