//当前用户桌面
File desktopDir = FileSystemView.getFileSystemView()
.getHomeDirectory();
String desktopPath = desktopDir.getAbsolutePath();
java 取目前操作系统桌面路径
最新推荐文章于 2024-10-21 15:24:46 发布
//当前用户桌面
File desktopDir = FileSystemView.getFileSystemView()
.getHomeDirectory();
String desktopPath = desktopDir.getAbsolutePath();