Pattern pattern = Pattern.compile("([\\^\\S]+) is powerful"); Matcher matcher = pattern.matcher("Java is powerful"); ...
確定! 回上一頁