ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 解決中 / 官方已回 用js動態調用 頭部底部模板 加讀取到的內容 8 0
迅睿CMS版本:4.6.0

怎么使用:前端動態調用模板

目前問題時 需要在show.html添加一個框架 框架要求 需要將以下代碼 用js寫入 到show.html的

<div id="iframe-container">

</div> 中而且需要讀取到 頭部尾部模板 和{$content} 內容

{template "header.html"}
<div class="container">
{$content}
</div>
 <div class="container">
 <h3>資訊</h3>
<iframe src="index.php?c=category&id=9" width="100%" height="1170" frameborder="0" scrolling="no" id="iframe3"></iframe>
<h3>新聞</h3>
<iframe src="index.php?c=category&id=15" width="100%" height="1170" frameborder="0" scrolling="no" id="iframe3"></iframe>
 </div>
{template "footer.html"}

show.html代碼為

<div id="iframe-container">
    
</div>

解決方案