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