如果想在查找时忽略大小写,则可以写成:. Pattern p=Pattern.compile(regEx,Pattern.CASE_INSENSITIVE);. 虽然暂时不知道Pattern(模板、模式)和Matcher(匹配器 ...
確定! 回上一頁