我试图在我的 jsp 中打印以下语句。
out.println("myBookIdStatus="+StringUtils.isEmpty(obj.getValue(0,"value")));
即使我已经导入<%@page import="org.apache.commons.lang.StringUtils"%>
,我也收到以下错误。为什么会这样??
cannot find symbol symbol : variable StringUtils location: class....