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