【发布时间】:2017-04-18 11:22:34
【问题描述】:
我有这样的对象:
{
id: 1,
text: "Main",
childText: [
{
id: 3,
text: "Child 1",
childText: [
{
id: 5,
text: "child 2"
childText: [
....
]
}
]
}
]
}
任何对象都可以有childText 知道如何显示它吗?
【问题讨论】:
标签: javascript angular