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