織夢(mèng)文章內(nèi)容圖片正則alt遞增數(shù)字實(shí)現(xiàn)方法:
內(nèi)容模板中
{dede:field.body/}
改成
{dede:field.body runphp=yes}
$string = @me;
$myi = 1;
@me = preg_replace_callback('/(<img.*?alt=[/"|/'])(.*?)([/"|/'].*?>)/', function($match) use (&$myi){return $match[1].$match[2].($myi++).$match[3];},$string);
{/dede:field.body}



















