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.
我目前正在使用 CURL 加载某些网页,然后解析它们。它工作正常,但其中一些开始使用 ajax 动态加载其中的一部分。结果,内容中缺少这些部分,由 curl_exec() 方法返回。
这是否可以加载全部内容,包括 php 中的动态/ajax 内容?也许有一些图书馆可以帮助我实现这一目标?
谢谢
在 PHP 中执行 JavaScript 没有简单的方法。
如果您只访问几个网站,请考虑硬编码/提取 ajax 调用的 url 并手动向这些 url 发送额外的请求。