我的數據格式爲:無法顯示數據JSON
{
"_id": "593994b7163e6b0011c738cb",
"location_id": "58ec522a99da86001123ec47",
"customer_id": "premiereservices",
"user": {
"phone_num": "8587366808",
"balance": 98.05
},
"cart_total": 3,
"shopping_cart": {
"items": [
{
"barcode": "611269101713",
"description": "Red Bull Sugar Free 8.4oz",
"price": 3,
"taxable": false,
"tax_collected": 0
}
]
},
"Date": "2017-06-08T12:17:27.039Z",
"__v": 0
}
我從「shopping_cart」和「用戶」是不能夠迭代數據需要在這個問題上提供幫助。
謝謝。
的可能的複製[?如何獲得所有屬性Javascript對象的值(不知道密鑰)](https://stackoverflow.com/questions/7306669/ how-to-get-all-properties-values-of-javascript-object-without-know-the-key) –
你有錯誤信息嗎?你正在嘗試迭代的代碼?我們得到了什麼 – Amit
@Amit我收到錯誤「無法讀取的未定義的屬性‘項目’」 我試圖讓shopping_cart.items數據 –