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