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