2022年3月4日

C# 文件路径操作

摘要: C# 文件路径操作 class Program { static void Main(string[] args) { //获取当前运行程序的目录 string fileDir = Environment.CurrentDirectory; Console.WriteLine("当前程序目录:"+f 阅读全文

posted @ 2022-03-04 10:59 一鸣惊 阅读(201) 评论(0) 推荐(0)

导航