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.
在 PhantomJS 中,有没有办法查看家属?例如,一个页面会导致加载一个 JS 脚本。我不想只查看最终的浏览器 html 结果,而是希望查看 js 脚本。
我想看的有 Content-Type: application/json
有可能的。
在 phantomjs 中,您拥有完整的页面回调列表。
每次页面尝试加载任何内容时,连接到 onResourceRequested 和 onResourceReceived 都会为您提供所需的信息。