注册
找回密码
账号 记住
3862
14
10439
0
18
循环体你可以先分析下结构啊.左边是图片,右边是文字.可以用table
<table>
[loop=10]
<tr>
<td width="170">
<img src="字段图片标签">
</td>
标题
<br/>
....
<td>
</tr>
[/loop]
</table>
查询图片系统的表
select id,tite,photo,picturecontent from ks_photo where verific=1 and tid in({$CurrClassChildID}) order by id desc