lxw
2022-08-03 4b3beef873c49cc137a2b63c4ad0908f40588daa
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}