src/denglu/UserChuShiHua.java
@@ -28,7 +28,6 @@ try (OutputStream output = new FileOutputStream(FILE_PATH)) { userProperties.store(output, "Updated User Properties"); System.out.println("属性 " + key + " 已更新为: " + value); } catch (IOException e) { System.err.println("更新失败,文件写入错误: " + e.getMessage()); }