gpt4 book ai didi

c# - 如何从字符串中获取域名

转载 作者:太空宇宙 更新时间:2023-11-03 19:24:48 24 4
gpt4 key购买 nike

我需要你的帮助。我想在我的 C# 应用程序中从字符串中拆分域名。对此有任何想法。

例如:string strURL="http://stackoverflow.com/questions";

我需要像这样的输出域名:stackoverflow.com

最佳答案

这应该有效。

new Uri("http://stackoverflow.com/questions").DnsSafeHost

关于c# - 如何从字符串中获取域名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9579873/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com