分类目录

链接

2024 年 5 月
 12345
6789101112
13141516171819
20212223242526
2728293031  

近期文章

热门标签

新人福利,免费薅羊毛

.netcore获取客户端电脑名和IP

public string GetUserName()         {             var username = System.Net.Dns.GetHostEntry(Request.HttpContext.Connection.RemoteIpAddress).HostName;              return username;         }

.NET 暂无评论 阅读(647)