whyclxw
2024-07-23 d05c75ac14e72ba9618bbb1fbe8a06f10524ef4c
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}