Document doc = null; try { doc = Jsoup.connect(href).timeout(10*1000).userAgent ("Mozilla").ignoreHttpErrors(true).get(); } catch (IOException e) { //Your ...
確定! 回上一頁