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