首页 > 代码库 > zepto - push

zepto - push

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

 

zepto - push