「亲测」Thinkphp5 正则验证匹配出所有图片路径

/**
* 文本内容图片获取
* @return \think\response\Json
*/
public function imgs_content()
【「亲测」Thinkphp5 正则验证匹配出所有图片路径】{
$content=Request::post("content");
preg_match_all("/
]*src=http://kandian.youth.cn/index/[/"]([^\"]+)[\"][^<>]*>/im",$content,$matches);
foreach ($matches[1] as $z=>$img){
$article_one[$z]=$img;
}
return $this->jsuccess('筛选成功!',$article_one);
}
作者:科技小锅盖
链接:
著作权归*科技小锅盖*所有 , 任何形式的转载都请联系QQ:1540217035获得授权并注明出处 。