在命令提示符下,我可以通过键入以下命令来获取域登录服务器:echo %logonserver% 如何在C#中获得相同的结果? 最佳答案 System.Environment.GetEnvironmentVariable(“ logonserver”)