摘要: package com.xfcz.behaviour.memento.blankbox;public class Originator { private String state; public IMemento createMemento(){ return new Memento(state) 阅读全文
posted @ 2018-03-21 18:09 qqqyyf 阅读(89) 评论(0) 推荐(0)