我有一连串的字符串 看上去类似:
“文件夹1/filea/x1.png”、“文件夹1/fileb/x2.png”、“文件夹2/fileer3/filec/x3.png”......。
我的目标是制作一个钻头菜单,比如:http://iwantaneff.in/repo/plutins/menu-nav/drill.down/index.html
In rails I have tried using the group_by method, but had no luck. essentially I need to create a folder structure like
- folder1
- filea
- x1.png
- fileb
- x2.png
- filea
- folder2
等等.......
知道从哪开始吗? 我很难解决这个问题。 我在每个阵列上都使用了分裂法, 这样我就能得到一系列的阵列, 但是这似乎没有进展。 我认为我需要使用循环来通过子树?