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