jsoup爬虫工具超简单使用(记录)

简单入门案例html Document document = null; try { URL sd = new URL("http://www.caas.cn/xwzx/yw/index.html"); document = Jsoup.parse(sd, 10000); } catch (IOException e) { e.printStackTrace(); }
相关文章
相关标签/搜索