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