上一页 1 ··· 300 301 302 303 304 305 306 307 308 ··· 397 下一页
  2013年12月24日
摘要: 这里直接贴出的是我封装好的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-12-24 17:54 记性特差 阅读(1014) 评论(0) 推荐(0)
上一页 1 ··· 300 301 302 303 304 305 306 307 308 ··· 397 下一页