如何使用 C# 在 .NET 中获取当前用户名?
string userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;