<?php $randnum=10; //随机数量 $randids=''; $randdh=''; for($i=1;$i<=$randnum;$i++) { $randids.=$randdh.rand(1,100000); //1为最小ID,100000为最大ID $randdh=','; } ?> [!--empirenews.listtemp--] <table width="94%" border="0" align="center" cellpadding="0" cellspacing="6" class="picText"> <tr valign="top"> [e:loop={'1,7',6,0,0,"id in ($randids)"}] <td><a href="[!--titleurl--]" target="_blank"><img width="85" height="90" src="[!--titlepic--]" alt="[!--oldtitle--]" /></a></td> <td><strong><a href="[!--titleurl--]" title="[!--oldtitle--]" target="_blank">[!--title--]</a></strong>[!--softsay--]</td> </tr> [/e:loop] </table> [!--empirenews.listtemp--]
我这样放到模板代码里面 没法用
|