摘要: import java.net.URLDecoder; import java.net.URLEncoder; public class CodeDemo { public static void main(String[] args) throws Exception { String keyWo 阅读全文
posted @ 2020-12-11 21:14 xl4ng 阅读(121) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.io.IOUtils; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; public class URLConnectionDemo { 阅读全文
posted @ 2020-12-11 21:01 xl4ng 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.io.IOUtils; import java.io.InputStream; import java.net.URL; public class URLDemo { public static void main(String[] args) t 阅读全文
posted @ 2020-12-11 20:55 xl4ng 阅读(76) 评论(0) 推荐(0) 编辑
摘要: import java.io.IOException; import java.net.InetAddress; public class InetAddressDemo { public static void main(String[] args) throws IOException { In 阅读全文
posted @ 2020-12-11 20:27 xl4ng 阅读(107) 评论(0) 推荐(0) 编辑