Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够使用 php 获取普通页面的 html 内容。但我打算在您向下滚动时获取动态增长的页面内容(如在 facebook 中)。我应该如何获得这样一个页面的内容?
谢谢!
我假设 Facebook 等使用一种惰性获取形式,这意味着它们只批量获取 X 数量的帖子。如果内容未打印到该页面,您将无法抓取该网页。获得该内容的唯一方法是与数据库通信、使用可用的 API 或使用与语言相关的函数,例如:http://url/page.ext?data=X&user=Y或最后使用 javascript 事件。
http://url/page.ext?data=X&user=Y