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