lxw
2022-07-15 62d1801f7eac66f35a7e3a7ecd000c610d6c3333
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}