Matcher?m1?=?p1.matcher(content);
System.out.println(m1.find());//true
boolean?findddd?=?m1.find();
System.out.println(findddd);//false
if(m1.matches()?==?true)?{
方法返回值為true,但是兩次打印結(jié)果卻不一樣?
qq_左岸右轉(zhuǎn)_5
2019-09-05 01:17:49