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