# README
命令模式
定义
把请求封装成对象,
要点
在被解耦的两者之间是通过命令对象进行沟通的,命令对象封装了接收者和一个或者一组动作
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author