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