Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

责任链模式

责任链模式(Chain of Responsibility Pattern),使多个对象都有机会处理请求,从而避免请求的发送者和接收者之间的耦合关系。将对象连成一条链,并沿着这条链传递该请求。

责任链模式(Chain of Responsibility Pattern)