摘要: import 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 @ 2013-10-29 16:47 李秋 阅读(1211) 评论(0) 推荐(0)