摘要:
import java.net.*; import java.io.*; public class URLDemo { public static void main(String[] args) { try { //利用Java.net中的URL类来获取资源 URL url=new URL("htt... 阅读全文
posted @ 2017-09-01 20:04
明耀
阅读(1561)
评论(0)
推荐(0)
浙公网安备 33010602011771号