摘要: try { URL url = new URL("https://www.baidu.com"); //想要读取的url地址 File fp = new File("D:/test.html"); OutputStream os = new FileOutputStream(fp); //建立文件输 阅读全文
posted @ 2021-08-19 22:36 天机主神 阅读(169) 评论(0) 推荐(0)