Java - 讀網頁範例 @ Thinking in Robert :: 痞客邦 PIXNET ::
import java.net.*; import java.io.*; public class ReadWebPage { public static void main(String[] arg) throws Exception { String web1 = "http://tw.news.yahoo.com/article/url/d/a/100712/8/293ny.html" ;//UTF-8 String web2 = "http://bin.ton.net/books ......