刻苦流沙

文章
5
资源
0
加入时间
3年0月28天

有关https请求的工具类

有关https请求的工具类 /** * GET请求方式,无参数 * @param httpsUrl * @return */ public static String httpsGets(String httpsUrl){ BufferedReader input = null; StringBuilder sb = null; URL url = null; HttpURLConnection