摘要: ip_addr='192.168.2.10' # transfer ip to int def ip2long(ip): ip_list=ip.split('.') result=0 for i in range(4): #0,1,2,3 result=result+int(ip_list[i])* 阅读全文
posted @ 2020-04-11 16:24 NAVYSUMMER 阅读(385) 评论(0) 推荐(0)
交流群 编程书籍