檢測字符串是否包含中文

import org.apache.commons.lang3.StringUtils; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * 字符串是否包含中文 * * @param str 待校驗字符串 * @return true 包含中文字符||字符串爲空 false 不包含中文
相關文章
相關標籤/搜索