let e = {
id: '23869478',
title: '【妈妈社区9周年,3000份豪礼大放送】9想和你在一起,把爱带回家!',
dated: 1624842329,
showdated: '6月28日',
post_type: 1,
re_num: '417',
type: 0,
act_id: 9320,
pic: '2',
gold_added: 0,
click_url: '',
view_url: '',
is_tj: 0,
hongren: [],
avatar: 'http://head.qubaobei.com/files/head/300/20210406/20/16176785644868.jpg',
nickname: '阿鱼要减肥',
age_str: '孕15周',
pic_small: [
'http://filebaby.qubaobei.com/uploads/qq/200p/20210628/9/110147190344.png',
'http://filebaby.qubaobei.com/uploads/qq/200p/20210628/3/110338745653.png'
],
video_pic: [],
content: '6月28日,是妈妈社区9周年生日啦!社区特意准备了3000份好礼送大家!来【活动】专区看看吧~【活动时间】:6月28-7...',
}
for(let i in e){
// console.log(typeof e[i]);
if(typeof e[i] == 'object'){
e[i] = JSON.stringify(e[i]);
console.log(e[i]);
// console.log(JSON.stringify(e[i]));
}
// console.log(i);
}
// e.forEach((e) =>{
// console.log(e)
// });
console