826220679@qq.com
3 小时以前 69b40096cb0ae965f2a3e92672b880edfe7d04d2
src/user/Usrdell.java
@@ -32,7 +32,6 @@
            userProperties = new Properties();
            try (FileInputStream input = new FileInputStream(PROPERTIES_FILE)) {
                userProperties.load(input);
                System.out.println("用户属性初始化成功!");
            } catch (IOException e) {
                System.err.println("初始化失败,文件未找到或读取错误: " + e.getMessage());
                // 如果文件不存在,创建默认属性