如何获取网站标题?

发布于 2024-12-09 17:19:28 字数 540 浏览 0 评论 0原文

朋友..

现在,我正在尝试从网址获取网站标题.. 为此,我应该首先获取 http 内容......

我根据以下示例使用 stringWithContentsOfURL 来获取 http 内容。 从 UIWebView 读取 HTML 内容

当我尝试“http://www.apple.com" ,我得到了正确的结果。

但是,如果出现“http://www.google.co.hk​​",我总是得到nil..

上面的代码有什么问题?

要始终获取网站内容,我该怎么做?

请帮助我...

谢谢。

friends..

Now, I 'm trying to get website title from the url..
To do that , I should get http content first....

I used stringWithContentsOfURL to get http contents according to this following example..
Reading HTML content from a UIWebView

When I try "http://www.apple.com" , I got correct results..

But, in case of "http://www.google.co.hk", I always get nil..

What's the problem in above code?

To get website contents always, how can I do that?

please help me...

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无言温柔 2024-12-16 17:19:28

问题是网址错误。尝试使用 http://www.google.com.hk 而不是 http://www.google.co.hk​​

The problem is that URL is wrong. Try http://www.google.com.hk instead of http://www.google.co.hk

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文