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