python编程小提示

一.面向对象的约束html 1.基于人为的约束python   calss BaseMessage(object): def send(self,x): #必须继承BaseMessage,而后其中必须编写send方法.用于具体业务逻辑. raise NotImplementedError(".send() 必须被重写") class Email(BaseMessag
相关文章
相关标签/搜索