摘要:
$content = $info['content']; $preg="/src=['\"]?(.*?)['\"]/" ; preg_match_all($preg, $content, $matches); $imgArr = array_unique($matches);//去除重复的值 echo count($imgArr[0]);//计数 阅读全文
posted @ 2014-01-03 09:48
Avent
阅读(273)
评论(0)
推荐(0)
浙公网安备 33010602011771号