We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ymdblog,
感谢你能贡献出那么棒的工具给我们使用!
我在使用学习的过程中发现了一个问题, Python 脚本调用 getDomain 方法提取主域名和子域时,在特殊的情况下会提取错误。
如使用 AliDns.getDomain 处理 example.com.cn 时,会返回 ('example', 'com.cn')。这与预期不符。
AliDns.getDomain
example.com.cn
('example', 'com.cn')
在 PHP 脚本中未发现此问题。
Jim Cheung
The text was updated successfully, but these errors were encountered:
我试着提交了一个 PR, 感谢 Review :)
Sorry, something went wrong.
我也有同样的问题!
No branches or pull requests
Hi ymdblog,
感谢你能贡献出那么棒的工具给我们使用!
我在使用学习的过程中发现了一个问题, Python 脚本调用 getDomain 方法提取主域名和子域时,在特殊的情况下会提取错误。
如使用
AliDns.getDomain
处理example.com.cn
时,会返回('example', 'com.cn')
。这与预期不符。在 PHP 脚本中未发现此问题。
Jim Cheung
The text was updated successfully, but these errors were encountered: