摘要: 对象版 文件结构 notify 里定义的是各种通知的方法 main 程序执行的入口 settings 配置文件 email.py class Email(object): def __init__(self): pass def send(self,content): print('email消息: 阅读全文
posted @ 2022-01-15 14:46 mk-备忘 阅读(42) 评论(0) 推荐(0)