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