标签:public util class code com sea 包含 pre 高效
import org.apache.commons.lang3.ArrayUtils; public static boolean useArrayUtils(String[] arr, String targetValue) { return ArrayUtils.contains(arr,targetValue); }
标签:public util class code com sea 包含 pre 高效
原文地址:https://www.cnblogs.com/lvchengda/p/12620943.html