public class JSoupConnector { public static Document connect(String url) throws IOException { try { return Jsoup.connect(url).get(); } catch ...
確定! 回上一頁