<ul>
{for p in notices} <li class="detail_info"><a href = "${p.htmlsite}">${p.title}</a></li> {/for}
</ul>我在index.html 页面的模板是这样写的,从后台传过来的json中htmlsite 的值应该是notice/20100817105132.html,不知道在Firefox下面,为什么不能解析呢?出现的错误是The requested URL /${p.htmlsite} was not found on this server.有用过这个模板的高手嘛,帮忙解决下了。