whycxzp
2024-03-29 d7dc2d8191fd4765b58dbf9f0d8d8f7b85f07ca4
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}