如何使用jsoup切出他们来啊 ,这个href 和 title
大兄弟。如何使用jsoup切出他们来啊 你这句话是什么意思?
举个例子:
Document doc = Jsoup.connect("http://127.0.0.1/test.html").timeout(10000).get(); Elements links = doc.select("a[href]");