使用httpPost發送 字節流請求 byte[]

public byte[] post(String url,byte[] bytes) throws Exception { HttpPost httpPost = new HttpPost(url); httpPost.setEntity(new ByteArrayEntity(bytes)); httpPost.setHeader("Conte
相關文章
相關標籤/搜索