python3实现域名查询和whois查询
<div id="cnblogs_post_body">关键字:python3 域名查询 域名查询接口 whois查询原文:http://www.cnblogs.com/txw1958/archive/2012/08/31/python3-domain-whois.html
1. 域名查询
万网提供了域名查询接口,接口采用HTTP协议:
接口URL:http://panda.www.net.cn/cgi-bin/check.cgi
接口参数:area_domain,接口参数值为标准域名,例:doucube.com
调用举例:
<div class="cnblogs_code">http://panda.www.net.cn/cgi-bin/check.cgi?area_domain=doucube.com
页:
[1]