Pattern pattern = Pattern.compile("Java"); String test = "123Java456Java789Java"; Matcher matcher = pattern.matcher();.
確定! 回上一頁