{
"_id": "510765614cbf920479be4db6",
"article_id": 59276,
"title": "西班牙9月服务业PMI为2011年11月以来最低",
"title_other": "",
"title_font": "",
"title_color": "",
"outlink": "",
"title_img": "",
"keyword": "",
"summary": "",
"author": "",
"source": "",
"state": 0,
"editor": "system",
"ctrolTime": "2012-10-03 15:11:23.0",
"updateTime": "2012-10-03 15:11:23.0",
"editTime": "2012-10-03 15:11:23.0",
"topeak": 0,
"visit_count": 1,
"key_url": "",
"channel_id": 0,
"lanmu_id": 0,
"content": [
"西班牙9月服务业PMI为2011年11月以来最低。"
],
"lanmu": {
"lanmu_id": 2,
"channel_id": 1,
"lanmuName": "数据快递",
"detail": "",
"state": 0,
"parent_id": 0,
"lanmu_layer": 0,
"url": "",
"lanmuTag": ""
},
"channel": {
"channel_id": 1,
"channelName": "财经速递",
"detail": "",
"state": 0,
"channelTag": "cjsd",
"display": 0
},
"extlist": [],
"extnamesmap": [
{
"ext_id": 0,
"extName": "",
"extCode": "",
"extType": ""
}
],
"toppic": {
"topic_id": 0,
"topicName": "",
"detail": "",
"topicTag": ""
},
"topic_id": 0,
"sharon": {
"sha_id": 0,
"article_id": 59276,
"sha_name": "",
"sha_desc": "",
"sha_content": "",
"teacher": "",
"teadetail": "",
"tea_pic": "",
"sha_addr": "",
"sha_lat": "",
"sha_lon": "",
"sha_map": "",
"sha_st": "",
"sha_cell": "",
"sha_mobile": "",
"sha_qq": "",
"sha_email": "",
"sha_busline": "",
"sha_carline": "",
"sha_pic": ""
},
"company": {
"company_id": 0,
"article_id": 59276,
"comp_name": "",
"comp_logo": "",
"comp_desc": "",
"comment_link": "",
"comp_commt": "",
"comp_qq": "",
"comp_mobile": "",
"comp_cell": "",
"comp_email": ""
},
"analysor": {
"analsy_id": 0,
"article_id": 59276,
"analsy_name": "",
"analsy_pic": "",
"analsy_desc": "",
"analsy_link": ""
}
}
如上字符串,在JSON解析工具http://www.json.org.cn/tools/JSONEditorOnline/index.htm下可以解析。可是nodejs 中用JSON.parse()。却提示undefined:1 [object object] Unexpected token 0
