jsoup HTML parser library @ http://jsoup.org/ ... try { Document document = Jsoup.parse( new File( "D:/temp/index.html" ) , "utf-8" ); ...
確定! 回上一頁