import java.util.regex.Pattern; public class Main { public static void main(String[] args) { Pattern.compile(".").matcher("a").matches() ...
確定! 回上一頁