简单的。您必须遵守文档。并且文档明确指定: https://docs.oracle.com/javase/7/docs/api/java/io/FileWriter.html#FileWriter(java.io.File)fileName - String The system-dependent filename.系统依赖意味着:/path/to/file在 Linux / Mac 上C:\path\to\file在 Windows 上file://不是文件名,而是 URL,最常用于浏览器。