摘要: @Test public void jsoup1() throws IOException { String targetUrl = "https://www.runoob.com/"; //获取链接 Connection connect = Jsoup.connect(targetUrl); // 阅读全文
posted @ 2021-07-19 08:37 王^.^令 阅读(41) 评论(0) 推荐(0)