whyclxw
2024-09-21 63aac45a15f1c40849920d6d35ecf78a11b984d3
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}