public class RestUtil { //get public void getMethod(String url) throws IOException { URL restURL = new URL(url); HttpURLConnection conn ...
確定! 回上一頁