JAVA工具方法摘抄1.判断一个数字是不是十六进制的数字(摘自spring3.x core 源码)public static String get
JAVA工具方法摘抄
public static String getTmpPath() { return System.getProperty("java.io.tmpdir"); } JAVA工具方法摘抄
public static String getTmpPath() { return System.getProperty("java.io.tmpdir"); }