php单词里的大写字母时间:2023-03-09 09:05:53 $flag = preg_match("/[A-Z]/","abcDddd",$matches,PREG_OFFSET_CAPTURE);if($flag){ print_r($matches); }