whyclxw
2024-12-17 53a88f20fe9b4890fb0e09ecbdd17395e7c70ea5
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}