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