分类

链接

2025 年 6 月
 1
2345678
9101112131415
16171819202122
23242526272829
30  

近期文章

热门标签

新人福利,免费薅羊毛

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

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

.NET 暂无评论 阅读(696)