摘要:
mport java.net.*; import java.io.*;public class ParseURL { public static void main(String[] args) throws Exception { URL aURL = new URL("http://java.sun.com:80/docs/books/tutorial" + "/index.html?name=networking#DOWNLOADING"); System.out.println("protocol = " + aURL.get 阅读全文
posted @ 2012-11-14 09:45 季枫 阅读(14987) 评论(0) 推荐(0)
浙公网安备 33010602011771号