HttpClient 中的 JavaScript 上下文
您好,我需要执行使用 HttpCleint Get 方法下载的页面上的所有 java 脚本,这些步骤是在页面上下文中执行页面上包含的 javascript 的步骤,而不丢失与服务器的连接。谢谢
hi i need to Execute all the java Script on the page that i downloaded using HttpCleint Get method, which are the steps to perform the execution of the javascript containned on the page on the context of the page without loosing the connectio to the server. thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 htmlunit 不知道是否可以传递下载的页面,但它可以自行下载页面。
Have a look at htmlunit don't know if you can pass your downloaded page but it can download the page it self.