whyclxw
2025-02-16 f8b0c15ee7cb0b38d2fa1972b4a01b7cb8cc2ba4
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}