try { URL url = new URL("url"); HttpURLConnection conn = (HttpURLConnection)url.openConnection(); conn.setRequestMethod("GET") ...
確定! 回上一頁