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('.')
相關文章
相關標籤/搜索