Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

策略模式

策略模式(Strategy Pattern)定义了一系列算法,将每个算法封装起来,并使它们可以互相替换。客户端可以在运行时动态地选择需要的算法。