会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
咕咕传说的技术博客
博客园
首页
新随笔
联系
订阅
管理
2020年5月11日
Asp.net获取客户端的IP地址排除::1
摘要: public static string GetClientIPv4Address() { string ipv4 = String.Empty; foreach (IPAddress ip in Dns.GetHostAddresses(GetClientIP())) { if (ip.Addre
阅读全文
posted @ 2020-05-11 15:04 咕咕传说
阅读(381)
评论(0)
推荐(1)
编辑
公告