【发布时间】:2013-12-07 07:03:27
【问题描述】:
我正在尝试使用 apache commons-lang3,使用 maven 3.1 版
org.apache.commons.lang3.StringUtils.SPACE 的结果:
SPACE cannot be resolved or is not a field
我在这里做错了什么?根据文档,应该有一个 SPACE 常量: http://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html
【问题讨论】: