<?php
$str=$navinfor['newstext'];
$str = str_replace('https://www.kxxzz.com/d/file/','/d/file/',$str);//把图片格式统一化,如果是远程图片需要注意。
$str = str_replace('/d/file/','https://www.kxxzz.com/d/file/',$str);//把相对地址改成绝对地址;
preg_match_all('/http:.*?(jpg|gif|png|bmp)/' ,$str, $img);//取出图片地址;
echo '"'.$img[0][0].'"'.',';//第一张
echo '"'.$img[0][1].'"'.',';//第二张
echo '"'.$img[0][2].'"';//第三张
?>
未经允许不得转载:Just My Socks中文教程网 » 帝国cms熊掌号改造出图3张的写法