<include file="./Tpl/Index/Include/index_Top.html"/>的头部文件,里面有动态内容,如下是index_Top.html的部分代码: <volist name="type" id="vo">
<li><a href="{:U('ComType/comType?type_id='.$vo['id'])}">{$vo.type_Name}</a></li>
</volist>可是我在另外的一个页面comintro.html包含<include file="./Tpl/Index/Include/index_Top.html"/>这个头部文件index_Top.html,动态内容就是不能加载,求大神指教!!! 最佳答案