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