import java.util.regex.*; public class RegularEx { public static void main(String... arg) { Pattern pattern = Pattern.compile("M+", 5);
確定! 回上一頁