lxw
2023-12-20 29ca02d4ec7a0f0b50f28a9ab3f69f260207d0cb
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}