HttpURLConnection http = (HttpURLConnection) url.openConnection(); http.setRequestMethod("POST"); InputStream input = http.getInputStream(); http.disconnect();.
確定! 回上一頁