whycxzp
2023-02-24 e0b305d53c2d34bf8b818f2964da0f6055be7320
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}