使用regex 代表開頭的 ^ 並在後面加上要比對的特定字串。 import java.util.regex.Pattern; public class Main { public static void main(String[] arges) ...
確定! 回上一頁