我一直在尝试解析本地存储在我的C:驱动器上的html文件,但我一直收到同样的错误
java.io.FileNotFoundException: C:\MyStuff\MyHTMLFile.html (The system cannot find the file specified)
这是我的代码。
Document doc = Jsoup.parse(new File("C:\\MyStuff\\MyHTMLFile.html"), "UTF-8");
我尝试了不同的后退和正斜杠变化,但似乎没有任何效果?
答案 0 :(得分:0)
好像文件已损坏或其他什么东西?我将内容复制到一个新文件中,现在工作正常。