lxw
2023-11-14 8c60d29cd4a4fa8d92719608e05d6e8f7fb805e2
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}