Pattern p = Pattern. compile ("a*b"); Matcher m = p. matcher ("aaaaab"); boolean b = m. matches ();. matches 方法由此类定义,以便在正则表达式仅使用一次时 ...
確定! 回上一頁