附录:
现在页面效果图为:

我的前台页面代码如下:
<div class="down">
<ul class="ul_index">
<volist name="ggwh" id="ggwhvo">
<li>
<a href="#" target="_blank" ti
<php>echo utf_substr($ggwhvo['ti
</a>
<span class="date">
<php >
echo utf_substr($ggwhvo['submitdate'],10);
</php>
</span>
</li>
</volist>
</ul>
</div>
最佳答案
