org.apache.commons.lang.NumberUtils已被弃用,我在同一个jar commons-lang-2.6.jar中找不到用来代替这个类的东西
更新:我不能理解描述,
Deprecated. Moved to org.apache.commons.lang.math. Class will be removed in Commons Lang 3.0.http://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/NumberUtils.html
发布于 2013-07-30 17:01:34
就像javadoc of NumberUtils所说的,类被移到math subpackage
发布于 2013-07-30 17:01:23
现在是:
org.apache.commons.lang.math.NumberUtils
已移至math子包。
https://stackoverflow.com/questions/17942524
复制相似问题