张世豪
2 天以前 6b1447fb1794e08f8e5f580b83ae5eabe4e617d8
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());
        }