zepto - push

var arr = ['1', '2', '3', '4'];
    arr.push('qwe');
    console.log(arr);

 

posted @ 2014-12-16 17:31  小猩猩君  阅读(341)  评论(0编辑  收藏  举报