会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
/* github */
王景林的博客
博客园
首页
新随笔
联系
订阅
管理
04 2019 档案
递归一个List<T>,可自己根据需要改造为通用型。
摘要:递归方法 1 public class ProvinceOrg : ICloneable 2 { 3 public int orgId { get; set; } 4 public int parentOrgId { get; set; } 5 public int areaId { get; se
阅读全文
posted @
2019-04-13 16:24
王精灵
阅读(1029)
评论(3)
推荐(1)