摘要: 此项功能是在读取word的时候 根据标题层级分出父子关系菜单 具体效果 递归实现 using System; using System.Collections.Generic; public class Menu { public int Id { get; set; } public int Pi 阅读全文
posted @ 2024-03-03 18:35 Bo-Hong 阅读(15) 评论(0) 推荐(0)