org.apache.commons.lang.math.NumberUtils 工具類

org.apache.commons.lang.math.NumberUtils 工具類 1. NumberUtils.toLong(); 源碼: public static long toLong(String str, long defaultValue) { if (str == null) { return defaultValue;
相關文章
相關標籤/搜索