摘要: 问题代码: 1 // 目标:使用Properties读取属性文件中的内容。 2 // 1、创建properties对象 3 Properties properties = new Properties(); 4 5 6 // 2、使用properties对象加载属性文件中的键值对数据。 7 prop 阅读全文
posted @ 2023-08-03 22:50 FangWayLee 阅读(2091) 评论(0) 推荐(0)