会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
2019年10月15日
golang 判断IPv4 or IPv6 address
摘要: import strings func IsIPv4(address string) bool { return strings.Count(address, ":") = 2 }
阅读全文
posted @ 2019-10-15 16:45 salami_china
阅读(2883)
评论(0)
推荐(0)
编辑
golang IPv6 转 十进制
摘要: IPv4 互换: IPv6互换: 测试结果:
阅读全文
posted @ 2019-10-15 16:24 salami_china
阅读(2797)
评论(2)
推荐(1)
编辑
公告