张世豪
3 天以前 f66407df7e4971a7a85e4b281cc199a05ec84987
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());
        }