$.each()

此时可以对输出的一维数组进行遍历

$.each(item,function(i){
          console.log(i);
})
posted @ 2020-02-17 16:45  whjykgz  阅读(75)  评论(0编辑  收藏  举报