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