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