We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
策略模式(Strategy Pattern)定义了一系列算法,将每个算法封装起来,并使它们可以互相替换。客户端可以在运行时动态地选择需要的算法。