先利用 indexOf 获得 / 的位置
再利用 substring 方法用于提取字符串中介于两个指定下标之间的字符。
代码:
item.treeNames.substring((item.treeNames.indexOf("/"))+1),