var arr = [‘1‘, ‘2‘, ‘3‘, ‘4‘]; arr.push(‘qwe‘); console.log(arr);
zepto - push
原文:http://www.cnblogs.com/qzsonline/p/4167640.html