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