js数组合并

concat() 方法用于连接两个或多个数组

实例:

var temp = [];
temp = temp.concat(json);

posted @ 2018-09-18 16:21  萧韶九成  阅读(98)  评论(0)    收藏  举报