zepto - push

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