使用 Smarty 替代元素顺序
我想根据布尔值来交替 HTML 代码 A 是否显示在代码 B 之前。
有点像:
{if $switch}B A{else}A B{/if}
但是,考虑到A和B实际上是HTML+Smarty代码的较长部分,为了可维护性,我不想将它们添加两次。
我该怎么做呢?
I want to alternate whether HTML code A shows before code B based on a boolean.
Somewhat like:
{if $switch}B A{else}A B{/if}
However, considering A and B are actually long parts of HTML+Smarty code, I don't want to add them twice for the sake of maintainability.
How would I go about doing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来源
Source