微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

为什么我没有得到数据而不是得到数据?我该如何解决这个问题?

如何解决为什么我没有得到数据而不是得到数据?我该如何解决这个问题?

我使用 python whois #https://pypi.org/project/python-whois/
在大多数情况下,我得到 None。请帮忙
如何解决这个问题?

import whois


w = whois.whois('job.kg')
print(w.domain_name,w.creation_date,w.expiration_date)
print(w)
JOB.KG Fri Oct 29 23:17:57 2004 None
   
{
  "domain_name": "JOB.KG","registrar": "ISP AsiaInfo (+996 312 964488)","registrant_name": null,"registrant_address": null,"registrant_phone_number": null,"registrant_email": null,"name_servers": "NS1.ZP.RU \nNS4","creation_date": "Fri Oct 29 23:17:57 2004","expiration_date": null,"updated_date": ":  Mon Oct 12 18:46:24 2020"
}

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。