IP地址转数字(IP 数字)

#/use/bin/env python #-*-coding:utf-8-*- "this is a custom module" def IpChangeToNumber(ip): '''把一个ip地址转换成数字, 格式以下:www.xxx.yyy.zzz ''' ip_str = str(ip) lst = ip_str.split('.')
相关文章
相关标签/搜索