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