java http传json
method.addHeader();
method.setEntity(new StringEnetity(json.toString()),"utf-8");
这一步把数据写入,然后使用httpClient.execute(method)执行;
method.addHeader();
method.setEntity(new StringEnetity(json.toString()),"utf-8");
这一步把数据写入,然后使用httpClient.execute(method)执行;