Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想设计一个用户输入域名的页面,程序检查它是否可用。我在网上搜索了几个小时,最后没有结果。这个页面和这个页面都有指导,但他们没有'帮不了我。我arcpy在 django 中搜索过,但听起来我不能在 django 中使用它,对吗?还有一些 API,但它们是用于 PHP、Ruby 等的。如果你做了这样的事情,您能告诉我您使用了哪个 API 或库吗?
arcpy
编辑:
我认为这个问题的解决方案很好,但是要使用什么依赖项subprocess?
subprocess
编辑: 这是我的解决方案
试试这个http://code.google.com/p/pywhois/
编辑: 适用于 Windows 的 python whois
Django 的 URLField 有一个内置的“verify_exists”方法,您可以使用它。对于更高级的行为,我将只使用 urllib2 或其他一些库并向您的表单添加一些功能