A simplified version of the Command pattern is shown in Figure 6.
图6显示的是命令模式的一个简化版本。
Use the a command to add a line of text after a given matched pattern.
使用a命令在给定的匹配模式后面添加一行文本。
This is an application of the Command pattern.
这是Command模式的一个应用。
The goal of the command pattern is to decouple the invoker from the receiver.
的目标命令模式是调用从接收者解耦。
The goal of the command pattern is to decouple the invoker from the receiver.
的目标命令模式是调用从接收者解耦。
应用推荐