下载跨域文档并进行 XPathing

发布于 2024-12-04 21:32:50 字数 293 浏览 0 评论 0原文

我请求您解决标题中描述的问题。 我找到了很多可能的解决方案,但也存在很多问题。

我想做什么?
我想编写一个函数 foo(nick) ,它返回从 other.com 提取的信息。

我想怎么做?
1. 我想下载 other.com 的内容。
2.然后我想将其解析为HTML。
3.接下来我想提取(用xpath)一些有用的信息

真诚的 阿里龙

I'm asking you for solution of problem described in the title.
I found lot of possible solutions, but there also lot of problems.

What I want to do?
I want write a function foo(nick) which returns extracted information from other.com.

How I want to do it?
1. I want to download content of other.com.
2. Then i want to parse it as HTML.
3. Next I want to extract (with xpath) some useful information's

Yours sincerely
Aliron

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

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

发布评论

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

评论(1

过期情话 2024-12-11 21:32:50

如果浏览器支持 CORS 并且服务器已启用跨源资源共享 (CORS)比你可以进行 Ajax 调用。

当浏览器或服务器不支持时,您需要在您的域上使用服务器端代理来获取内容。

If the browser supports CORS and the server has Cross-Origin Resource Sharing (CORS) enabled than you can make an Ajax call.

When the browser or server do not support it, you need to use a serverside proxy on your domain to fetch the content.

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