Array 对象
Array 对象用于在单个变量中存储多个值:
const cars = ["Tesla", "Volvo", "BMW"];
数组索引从零开始:数组中的第一个元素是 0,第二个元素是 1,依此类推。
Array 属性