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