我從前端在角作出獲取對象到節點和要訪問的每個對象(fname
,lame
,..)JSON嵌套對象訪問
{ body:
{ some:
{ fname: 'Fuser',
lname: 'Luser',
userName: 'userDEMO',
password: '[email protected]',
cPassword: '[email protected]',
currentEmail: '[email protected]' } } }
body.some.fname ..別人是不是在這裏工作
任何一個可以enlignten我如何在實際使用JSON這些嵌套對象
如果問題反覆向前鏈接,因爲考慮到所有的解決方案都不能實施,並給予undefined
輸出
----我得到了答案---- req.body.body.some.fname
你可以做一個plunkr或小提琴 –
抱歉,我在趕時間我使用get訪問答案'req.body.body.some.fname'如何我可能是愚蠢的。謝謝你的時間:) – Sandeep