// 元组: 确切知道包含多少个元素,以及特定索引对应的类型 // 规定数组只有两个元素,索引为 0 和 1 的元素类型是 number let position: [number, number] = [39, 114]