Eclipse中出现“The method isBlank(String) is undefined for the type StringUtils”

2025-04-02 18:48:21
推荐回答(2个)
回答1:

包导错了,应该是import org.apache.commons.lang.StringUtils;不是import com.mysql.jdbc.StringUtils;

回答2:

类StringUtils中没有定义isBlank(String)这样一个方法,你仔细查看一下是不是用错了.