获取windows目录位置 uleeb • 2016年6月29日 string str = Environment.GetFolderPath(Environment.SpecialFolder.System); Console.WriteLine(str); Console.ReadKey();