1
摘要: 经典的策略模式 示例10-1 实现Order类,支持插入式折扣策略 from abc import ABC, abstractmethod from collections.abc import Sequence from decimal import Decimal from typing imp 阅读全文
posted @ 2024-06-11 10:41 Bonne_chance 阅读(43) 评论(0) 推荐(0)
1