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