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(); }
相關文章
相關標籤/搜索