会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TestJ
blog已迁移至zjs520.cc
博客园
首页
新随笔
联系
订阅
管理
2016年4月28日
HttpClient——POST请求方法
摘要: CloseableHttpClient httpClient = HttpClients.createDefault(); //如果发送是POST请求,创建HttpPost对象 HttpPost httppost = new HttpPost("http://localhost:8080/login"); //post请求参数配置 List formparams = new Arra...
阅读全文
posted @ 2016-04-28 14:04 TestJ
阅读(1503)
评论(0)
推荐(0)
编辑