我正在使用表达式引擎开发一个网站。我已经在模板文件中创建了我想要的页面,现在我正在使用 EE 的标签来使内容动态化。
{exp:channel:entries channel="test123"}
{test123}
<div class="panel" style="margin-bottom:10px;">
<div class="paneldiv" style="background-color: red;">
hello there
</div>
</div>
{/test123}
{/exp:channel:entries}
上面的代码使我的 DIV 消失了。但如果我删除标签,DIV 就会出现。
还值得注意的是,当标签进入并单击“查看呈现的模板”时,DIV 会显示出来。
很奇怪!我整天都在打我的头!