将多个网页的抓取数据合并到单个页面中
我想创建一个网页,以类似于 IE Web Slice、WebChunks、PageSlices 或 其他网页切片可以。
它可以是一个网站(或者只是本地的 html 页面),也可以是充当聚合器的桌面应用程序。
这样做的方法是什么? Java、Javascript、PHP、桌面应用程序还是其他? 另外,您能否提供一些抓取已知 ID << 的单个 div 的参考? div id="这就是它">来自几个不同的网页并将它们呈现在一个片段中(作为网页或应用程序)?
提前致谢。
I want to create a webpage which aggregates data from several webpages, in a similar manner to what the IE Web Slice, WebChunks, PageSlices or other web slices does.
It can be either a website (or just html page, locally) or desktop application which works as kind of an aggregator.
What is the way of doing so? Java, Javascript, PHP, desktop application or other?
In addition, can you provide with some reference of scraping single div with known ID < div id="ThisIsIt"> from several different webpages and presenting them in one piece (as web page, or application)?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在带有 DOMDocument 类的 php 中,它将是
in php with DOMDocument class it will be