preg_match只匹配一次preg_match_all是全文匹配,即所有跟表达式一致的都找出来。 例如:1.匹配字符串在规则中的所有字符:2preg_match_all("/(\w)+/","abc",$abc) ...
確定! 回上一頁