-
品牌设计建设类网站织梦...
-
税务筹划公司登记代理网...
-
短视频直播带货类网站织...
-
房屋建造设计类网站织梦...
-
天花板循环扇类网站织梦...
-
投资财富管理类网站织梦...
-
恋爱情感资讯类网站织梦...
-
网站建设开发类网站织梦...
-
货物运输汽车贸易类网站...
-
艺考培训类网站织梦模板...
-
智能家居类网站织梦模板...
-
全自动环保污水处理设备...
-
QQ个性空间日志资讯类网...
-
新闻博客类网站织梦模板...
-
建筑规划施工类网站织梦...
-
建筑智能研发系统类网站...
-
五谷杂粮米业类网站织梦...
-
餐饮服务管理类网站织梦...
-
茶几茶盘类网站织梦模板...
-
医疗机构类网站织梦模板...
打开/include/common.func.php文件在最下面加入
//循环输出多张图片functionfunction Getimgs($aid, $imgwith = 300, $imgheight = 270, $num = 0, $style = ''){global $dsql;$imgurls = '';$row = $dsql -> getone("Select imgurls From`dede_addonimages` where aid='$aid'"); //$imgurls = $row['imgurls'];preg_match_all("/{dede:img (.*)}(.*){\/dede:img/isU", $imgurls, $wordcount);$count = count($wordcount[2]);if ($num > $count || $num == 0){$num = $count;}for($i = 0;$i < $num;$i++){if($style == 'li'){$imglist .= "<li><ahref=#" . $i . "><imgsrc=". trim($wordcount[2][$i]) . " width=" . $imgwith . " height=" . $imgheight . "></li></a>";}else{$imglist .= "<img src= " . trim($wordcount[2][$i]) . " width=" . $imgwith . "height=" . $imgheight . ">";}}return $imglist;}
- 模板调用
{dede:field.id function="Getimgs(@me,400,400,10)" /}


