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