whyclxw
2025-03-06 48cb62c5b74e76e6af8055852530d8fa5459939a
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}