数组处理函数:
array.push(元素) //给数组末尾追加元素 element = array.pop() //移除数组末尾元素并返回该元素 element = array.shift() //移除数组首位元素并返回钙元素 array.unshift(元素) //将元素添加到数组首位
其他:
console.log();
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号