調用的是全部文章內容
{dede:field.body/}
調用內容里面的第一張圖片
{dede:field.body runphp='yes'}preg_match('/<img.+src=\"?(.+\.(jpg|gif|bmp|bnp|png))\"?.+>/i',@me,$match);@me=$match[0]; //第一張圖片//@me=$match[1]; //第二張圖片//@me=$match[2]; //第三張圖片{/dede:field.body}


