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