Libon
Posts
Demos
RSS
Posts tagged with
design patterns
2022/05/02
责任链模式(ChainOfResponsibility Pattern) - 设计模式
通过使用责任链模式来优化代码中的大量 if/else 判断。