Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
File file = new File(this.filePath); file.createNewFile();
我用上面的代码创建了一个文件。我将其设置this.filePath为中文,当文件创建时,它看起来就像?????在 Eclipse 中一样。
this.filePath
?????
这是我的开发环境:
尝试窗口 -> 首选项 -> 常规 -> 工作区,在右侧栏上您将看到文本文件编码,尝试其他选项,看看是否能解决您的问题。
还要确保您的操作系统支持中文。