{
"path": "/",
"indexRoute": {},
"childRoutes": [
{
"path": "applications",
"indexRoute": {},
"childRoutes": [
{
"path": "setupAgent"
},
{
"path": "quickStart"
},
]
}
}
最终node中输出是“/applications
/applications/.....”类似于这种
把“path”中的内容显示出来并加上“/”,怎么写nodejs来解析这个json,谢谢大牛们
_潇潇暮雨
相关分类