whycxzp
2022-08-01 6a8652bd91ef88941da7113c17d82724c63441d2
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}