HttpClient 是用来操作HTTP请求的入口点,先构建后使用。 HttpClient client = HttpClient .newBuilder() .version(Version.HTTP_2) //支持HTTP2 ...
確定! 回上一頁