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