Document document = Jsoup.parse(new File("D:\\a.txt"),"utf-8"); Elements p = document.select("p span"); System.out.println(p.text());
確定! 回上一頁