StackOverflow 文档 TypeScript 教程 TypeScript 核心类型 字符串 字符串 Created: November-22, 2018 文本数据类型: let singleQuotes: string = 'single'; let doubleQuotes: string = "double"; let templateString: string = `I am ${ singleQuotes }`; // I am single 排列数