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