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