setContentEncoding(new BasicHeader(HTTP.CONTENT_TYPE, "application/json")); //設置參數到請求對象中httpPost.setEntity(s); //設置header信息// ...
確定! 回上一頁