// 重做 public void redo() { String c = mem.redo(); if (c != null) { this.content = c; } }
// 保存状态 public void saveState() { mem.addState(content); }