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