whycxzp
2023-10-20 a801906e235aa7f18f4b01401c6d4c484a76b0fa
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}