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