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