zepto

var arr = ['1', '2', '3', '4'];
    arr.push('qwe');
    console.log(arr);
原文地址:https://www.cnblogs.com/qzsonline/p/4167640.html