PostMethod method = new PostMethod(queryURL);
method.setRequestHeader("Content-Type","application/x-www-form-urlencoded;charset=GBK");
HttpClient传送数据乱码解决
最新推荐文章于 2020-05-16 17:24:36 发布
PostMethod method = new PostMethod(queryURL);
method.setRequestHeader("Content-Type","application/x-www-form-urlencoded;charset=GBK");