我解析一個txt文件,把所有行組合成一個string,然后怎么拿出里面所有的手機(jī)號碼,求代碼實(shí)現(xiàn)。mobileCheck的正則表達(dá)式要怎么寫Pattern p = Pattern.compile(mobileCheck); Matcher m = p.matcher(mobile); 接下去要怎么寫呢
添加回答
舉報
0/150
提交
取消