摘要: let arr =[{},{}]; let str = '用户id,手机,卡号,昵称,姓名,年龄,性别,身高cm,体重kg'; for(let i=0; i<arr.length; i++){ str += "\n"+ arr[i].userId +','+ arr[i].account +','+ 阅读全文
posted @ 2017-10-25 19:01 lijun8637 阅读(133) 评论(0) 推荐(0)