摘要: /** *file: prototypets.ts * Prototype Pattern 原型是一种创建型设计模式, 使你能够复制对象, 甚至是复杂对象, 而又无需使代码依赖它们所属的类。 * The example class that has cloning ability. We'll se 阅读全文
posted @ 2023-10-05 21:20 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: /** * TypeScript 实体类 Model * Builder Pattern * 生成器是一种创建型设计模式, 使你能够分步骤创建复杂对象。 * https://stackoverflow.com/questions/12827266/get-and-set-in-typescript 阅读全文
posted @ 2023-10-05 20:14 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要: /** * TypeScript 实体类 Model * https://stackoverflow.com/questions/12827266/get-and-set-in-typescript * https://github.com/Microsoft/TypeScript/wiki/Cod 阅读全文
posted @ 2023-10-05 07:41 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)