織夢文章內容圖片正則alt遞增數字實現方法:
內容模板中
{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}