摘要: #!/usr/bin/env python # -*- coding: utf-8 -* # Created by YangYongming at 2018/09/17 20:22 # FileName: ipy.py import IPy ip1 = IPy.IP("220.181.199.13") ip2 = IPy.IP("220.181.199.0/24") ip3 = IPy.IP... 阅读全文
posted @ 2018-09-18 21:40 YangYongming 阅读(246) 评论(0) 推荐(0) 编辑