函數(shù)名:dr_get_content_url例如提取show.html中的內(nèi)容字段中的全部視頻地址,內(nèi)容字段是content,那么寫法是:{php$videos=dr_get_content_url($content,'src','mp4');}{loop$videos$img}地址:{$img}{/loop}視頻數(shù)量:{count($videos)}提取3張視頻地...
函數(shù)名:dr_get_content_img例如提取show.html中的內(nèi)容字段中的全部圖片,內(nèi)容字段是content,那么寫法是:{php $imgs = dr_get_content_img($content);}{loop $imgs $img}{/loop}圖片數(shù)量:{count($imgs)}提取3張圖片寫法:{php $imgs = dr_get_content_img($conte...