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