设计模式备忘录(Memento)备忘录(Memento) 当你需要让对象返回之前的状态时(例如, 你的用户请求"撤销"), 你使用备忘录模式。 文本编辑器基本都支持这一模式装饰器(Decorator)观察者(Observer)