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