摘要:
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
阅读(152)
评论(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
阅读(92)
评论(0)
推荐(0)