whycxzp
2022-09-29 99d4a5f03f5c6dbb9db1117a8d2f37585d67b83b
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}