检索动态网站的来源
如何检索动态网站的源代码,就像我们在网络浏览器中保存页面一样?
--PS1 这在 Firefox 中的 Web Developer 中被称为“生成的源”,它是运行所有 Ajax 和 JavaScript 代码后的源。
--PS2 我尝试过 wget 和 curl 但它们不起作用。
How to retrieve source of a dynamic website just like what we do to save the page in the web browser?
--P.S.1 This is called "Generated Source" in Web Developer in Firefox, which is the source after running all Ajax and JavaScript codes.
--P.S.2 I have tried wget and curl but they did not work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你问的问题不清楚。您探索过 cURL
You question is unclear. Did you explore cURL