会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
skiler
博客园
新随笔
联系
管理
2017年11月2日
IP相关的方法
摘要: 1、验证是否为IP地址 def isIP(ip, with_netmask=True): """ 判断IP的格式是否正确 :param ip: IP字符串 :param with_netmask: 后面是否携带 '/24'的掩码 :return: """ if with_netmask: p = r
阅读全文
posted @ 2017-11-02 09:04 skiler
阅读(239)
评论(0)
推荐(0)
编辑
公告