JavaScript 参考手册
JavaScript Array 对象
Array 对象用于在变量中存储多个
源代码:
点击运行 »
var cars = ["Saab", "Volvo", "BMW"];
运行结果:
点击运行 »