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