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