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