【发布时间】:2018-04-21 01:56:38
【问题描述】:
如何在节点 JS 的 JSON 数组下方循环??
[
{
"po_number": "PO1001",
"product_id": "PD1001",
"message": "Exists",
"timestamp": "2016-05-01 10:33:02,123"
},
{
"po_number": "PO1002",
"product_id": "PD1002",
"message": "Does not exist",
"timestamp": "2016-05-01 10:33:03,432"
}
]
非常感谢。
【问题讨论】:
-
你想经过哪里?
-
@HemantRajpoot 我认为他的意思是解析。
-
你试过 JSON.parse 了吗?
-
@user1125829 看看this
标签: node.js