摘要: www.python.org的IP地址:103.245.222.223 阅读全文
posted @ 2016-05-23 18:16 similarface 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8 __author__ = 'similarface' #!/usr/bin/env python import socket #二进制和ASCII互转及其它进制转换 from binascii import hexlify def get_remote_machine_info(remote_host): ''' 获取根据域名获取IP地址 :... 阅读全文
posted @ 2016-05-23 14:15 similarface 阅读(256) 评论(0) 推荐(0) 编辑