lxw
2023-09-19 a66b3517c8179b8611e0aaf2b9886e3f6f4b3460
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}