下载跨域文档并进行 XPathing
我请求您解决标题中描述的问题。 我找到了很多可能的解决方案,但也存在很多问题。
我想做什么?
我想编写一个函数 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果浏览器支持 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.