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