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