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