js 操作Array的push、pop、shift、unshift函数 ·.push() 接受把一个或多个参数,并把它“推”入到数组的末尾。 ·.pop() 移除数组末尾的元素并返回这个元素。
確定! 回上一頁