JavaScript 数组对象实例返回数组的数目: array.lengthvar cars = [Saab, Volvo, BMW];//定义一个数组console.log(cars.length);//获取该数组的 ...
確定! 回上一頁