猿问

PHP 如何在一个正则表达式里使用变量?

$star='a';
$stop='c';
$info='a1b2c3';
preg_match('$star(.+?)$stop',$info,$result);
print_r($result[1]);

一只名叫tom的猫
浏览 1595回答 1
1回答
随时随地看视频慕课网APP
我要回答