博主首页
摘要: File file2 = new File(filePath); if(!file2.getParentFile().exists()){ Files.createDirectories(file2.getParentFile().toPath()); } if(!file2.exists()){ 阅读全文
posted @ 2021-07-09 16:30 笑~笑 阅读(342) 评论(0) 推荐(0)
摘要: 采用 org.jsoup.Jsoup 发送post请求抛这个异常时 Unhandled content type. Must be text/*, application/xml, or application/*+xml. Mimetype=application 加上这个即可 Document 阅读全文
posted @ 2021-07-09 11:20 笑~笑 阅读(148) 评论(0) 推荐(0)