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