lxw
2022-08-11 54239d6eafbb16f3ceea3f9db7ebe0ed7ac36a06
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}