相當於cURL 的JAVA 函式庫
問題:
問題:問題:
<code class="java">HttpURLConnection con = (HttpURLConnection) new URL("https://www.example.com").openConnection(); con.setRequestMethod("POST"); con.getOutputStream().write("LOGIN".getBytes("UTF-8")); con.getInputStream();</code>
以上是Java 是否有相當於 cURL 的 HTTPS 驗證?的詳細內容。更多資訊請關注PHP中文網其他相關文章!