首页 > TAG信息列表 > fileDic

C# 模拟C工程文件,将文件存入字典,然后转文件类型的树形结构

1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 字典转树形结构 8 { 9 class Program 10 { 11 static void Main(string[] args) 12 { 13