TypeScript中的设计模式 以下是TypeScript中以下设计模式的实现: 创造力的 结构模式 行为模式 编译项目 $ git clone https://github.com/torokmark/design_patterns_in_typescript.git $ cd design_patterns_in_typescript $ tsc 根目录中有一个tsconfig.json文件,负责编译器选项。 设置后,默认目标现在为Ecmascript5。 任何其他选项都在这里。 默认情况下,输出为patterns.js文件。 要仅编译一种模式,请使用以下命令。 $ cd de