访问量:
次,访客数:
人,浏览量:
次
首页
编辑
获得用户的Windows登陆名
Tags:
/C#/系统相关/
Date Created:
using
System
.
Security
.
Principal;
Text
=
WindowsIdentity
.
GetCurrent(
false
)
.
Name;