小程序中push()方法可向数组的末尾添加一个或多个元素,并返回新的长度。push遇到数组参数时,把整个数组参数作为一个元素。
语法
arrayObject.push(newelement1,newelement2,....,newelementX)
push和concat二者功能很相像:
var arr = []; arr.push(1); arr.push(2); arr.push([3, 4]) arr.push(5, 6); arr = arr.concat(7); arr = arr.concat([8, 9]); arr = arr.concat(10, 11); for(var i in arr){ console.log(i+ ----- +arr[i]); }
打印结果如下:
index.js [sm]:180 0-----1index.js [sm]:180 1-----2index.js [sm]:180 2-----3,4index.js [sm]:180 3-----5index.js [sm]:180 4-----6index.js [sm]:180 5-----7index.js [sm]:180 6-----8index.js [sm]:180 7-----9index.js [sm]:180 8-----10index.js [sm]:180 9-----11推荐:《小程序开发教程》
以上就是小程序push怎么用的详细内容,更多请关注php中文网其它相关文章!
最佳 Windows 性能的顶级免费优化软件
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。