我正在尝试将类别树转换为平面列表。
在类别中,任何类别都可以有 n 个级别的子类别。
For Ex.:
Category1
-SubCategory1
-SubCategory2
--SubCategor1
---SubCategory1
---SubCategory2
----SubCategory1
----SubCategory2
---SubCategory3
--SubCategory2
-SubCategory3
Category2
-SubCategory1
--SubCategory1
---SubCategory1
----SubCategory1
---SubCategory3
-SubCategory3
...etc and so on.
语言不是障碍我只是想制定循环/嵌套循环来创建此逻辑以将其转换为扁平列表。
任何帮助将不胜感激。
提前致谢