随笔分类 - Properties
摘要:private static void demo() { Properties pro2 = new Properties();// 创建properties对象 File file = new File("D:\\test" + File.separator + "area.xml");// 设置
阅读全文
摘要:private static void demo03() { Properties pro1 = new Properties();// 创建properties对象 pro1.setProperty("wf", "guxianling");// 设置内容 pro1.setProperty("my"
阅读全文
摘要:private static void demo02() { Properties pro = new Properties();//创建properties属性类的对象 File file = new File("D:\\test"+File.separator+"文件名.properties")
阅读全文
摘要:public class properties { public static void main(String[] args) { Properties properties = new Properties();//创建properties对象 properties.setProperty("M
阅读全文

浙公网安备 33010602011771号