博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
htmlunit获取get请求
阅读量:5823 次
发布时间:2019-06-18

本文共 357 字,大约阅读时间需要 1 分钟。

  hot3.png

WebClient webClient = new WebClient();    Page page = webClient.getPage("http://example.com");    WebResponse response = page.getWebResponse();    String content = response.getContentAsString();

API:

http://htmlunit.sourceforge.net/apidocs/com/gargoylesoftware/htmlunit/WebResponse.html#getContentAsString%28%29

转载于:https://my.oschina.net/liting/blog/637736

你可能感兴趣的文章
rman异机恢复
查看>>
UVA 11294 Wedding 2sat
查看>>
无需解锁直接获权 索爱Xperia系列Root教程
查看>>
Centos 6.x/7.x yum安装php5.6.X
查看>>
linux备份
查看>>
运维自动化方案
查看>>
运维开发实战考题:计算教育网站投票排名
查看>>
windows 2003 普通用户 计划任务 拒绝访问
查看>>
网卡软中断调优
查看>>
android 双卡手机发短信/判断手机是否为双卡
查看>>
诡异的windows Workspace 2276,2269报错解决
查看>>
一些高效的Linux命令行操作(不断更新)
查看>>
mysql 5.6.28源码安装
查看>>
我的友情链接
查看>>
Linux挂载Windows文件系统
查看>>
2018.11.12-2018.11.18
查看>>
Hyper-V 3.0服务器虚拟化:打造坚固的云
查看>>
腾讯这个搞错了看到后可以修正一下
查看>>
Cisco 4506进入rommon模式解决
查看>>
MapReduce经典案例——合并文档
查看>>