责任链模式(python)
摘要:
rom abc import ABCMeta, abstractmethod class Handler(metaclass=ABCMeta): @abstractmethod def handle_leave(self,day): pass class GeneralManager(Handler 阅读全文
posted @ 2021-02-17 22:59 白衣风云 阅读(75) 评论(0) 推荐(0) 编辑
posted @ 2021-02-17 22:59 白衣风云 阅读(75) 评论(0) 推荐(0) 编辑
posted @ 2021-02-17 22:57 白衣风云 阅读(111) 评论(0) 推荐(0) 编辑
posted @ 2021-02-17 18:37 白衣风云 阅读(92) 评论(0) 推荐(0) 编辑