Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于通过发出 https 请求收到的数据包是加密形式的。我想知道如何在java中解码它们。
HttpsURLConnection 对象为您加密和解密通信。您不必自己处理加密和解密。