httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(); String url = UrlUtils.getKernelURL(); httpPost.setURI(URI.create(url)); ...
確定! 回上一頁