摘要:
这里直接贴出的是我封装好的doPostFile方法,httpclient 的版本是3.1。 public static String doPostFile(String url, Part[] parts){ String response = null; PostMethod postMethod = new PostMethod(url); try{ //设置请求实体 postMethod.setRequestEntity(new MultipartRequ... 阅读全文
posted @ 2013-08-07 17:13
Ziv小威
阅读(452)
评论(0)
推荐(0)
浙公网安备 33010602011771号