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