jsoup获取头部信息

public static String httpGetHeader(String url,String cook,String header) throws IOException{ //获取请求链接 Connection con = Jsoup.connect(url); //请求头设置,特别是cookie设置 con.heade
相关文章
相关标签/搜索