如何使用jsoup切出他们来啊 ,这个href 和 title
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
大兄弟。如何使用jsoup切出他们来啊 你这句话是什么意思?
举个例子:
Document doc = Jsoup.connect("http://127.0.0.1/test.html").timeout(10000).get(); Elements links = doc.select("a[href]");