Pattern.matcher() 它的作用是連結一個Regular expression(簡稱Regex)和一個被用於搜尋的text或者String,目的是驗證那個text或者String是不是包含Regex。
確定! 回上一頁