省略异常处理:
HttpURLConnection con = (HttpURLConnection) new URL("https://www.example.com").openConnection();con.setRequestMethod("POST");con.getOutputStream().write("LOGIN".getBytes("UTF-8"));con.getInputStream();
省略异常处理:
HttpURLConnection con = (HttpURLConnection) new URL("https://www.example.com").openConnection();con.setRequestMethod("POST");con.getOutputStream().write("LOGIN".getBytes("UTF-8"));con.getInputStream();