2 つの文字列間のデータの PHP の通常の処理 ? ? $str=' this is my string{parent_id} hello'; if( preg_match("/{(.+?)}/isU",$str,$res)) echo $res[1]; #print_r($res); 结果输出parent_idログイン後にコピー