@Override public void fetchUrl(String url, String html) { Document jsoup=Jsoup.parse(html); Element body=jsoup.body(); Element form=body.
確定! 回上一頁