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.
考虑到 .co.uk 等一些 tld,从 url 中提取域(如 example.com)的最佳方法是什么?
它只是带有 .xx.xx 的手动列表吗?还是他们遵循某种模式?
我想说只是过滤掉 3 个字符以下的任何域部分,但有些东西像 .org.xx 是 3 个字符
是的,您将需要每个 TLD(甚至每个域)列表。它本身不必是“手动的”;事实上,我强烈建议您使用http://publicsuffix.org/中的那个