zepto - push

var arr = ['1', '2', '3', '4'];
    arr.push('qwe');
    console.log(arr);
相关文章
相关标签/搜索