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