原型模式Create objects based on a template of an existing object through cloning. 使用克隆在已有对象的基础上创建对象。类图注意事项:引用类型需要深拷贝。code example2019-11-22