摘要: import java.net.URL; public class MainClass { public static void main(String[] args) { String host = "www.java2s.com"; String file = "/index.html"; String[] schemes = {"http", "https", "ftp", "mailto", "telnet", "file", 阅读全文
posted @ 2012-11-27 10:31 jasonzhou 阅读(146) 评论(0) 推荐(0) 编辑
摘要: import java.net.URL; public class MainClass { public static void main(String[] args) { String host = "www.java2s.com"; String file = "/index.html"; String[] schemes = {"http", "https", "ftp", "mailto", "telnet", "file", 阅读全文
posted @ 2012-11-27 10:30 jasonzhou 阅读(90) 评论(0) 推荐(0) 编辑