张世豪
18 小时以前 1c8e32b4a45c1865e2a422e9949c1e996df861a6
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());
        }