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