whyclxw
2024-11-26 c93546d364bb1f3c28f443546286b73f70f0c138
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}