2015年6月8日

摘要: DirectoryInfo GetPrant(DirectoryInfo path, int level) { DirectoryInfo temp = null; if (level > 1) { level--; temp = GetPrant(path.Parent, level); } el 阅读全文

posted @ 2015-06-08 14:35 云起 阅读(6) 评论(0) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3