摘要: 配置文件settings.py 方式一:绑定给类的方法 方式二:装饰器 方式三:自定义元类 方式四:利用模块的导入特性 import settings class Mysql: def __init__(self, ip, port): self.ip = ip self.port = port i 阅读全文
posted @ 2019-03-22 15:38 cnblogs用户 阅读(228) 评论(0) 推荐(0) 编辑