Design PatternsStraegy Pattern (策略模式)本頁導覽Straegy Pattern (策略模式) 策略模式是一種行為設計模式,他能讓你定義一系列算法,並將每種算法分別放入獨立的類中,以使算法的對象能夠相互替換。 策略模式結構 策略模式適合的應用場景