$star='a';$stop='c';$info='a1b2c3';preg_match('$star(.+?)$stop',$info,$result);print_r($result[1]); 查看完整描述