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