StringTemplate条件语句不支持类似id>0?

发布于 2024-09-06 19:01:45 字数 98 浏览 5 评论 0原文

最近我使用stringtemplate,我注意到StringTemplate不支持复杂的条件,相似的value>1或value =“menu”等。 谁能给我建议如何工作?谢谢。

Recently I use stringtemplate,I noticed StringTemplate can't support complex conditional,similar value>1 or value="menu" etc.
who can give me a advise how to work?thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情定在深秋 2024-09-13 19:01:45

StringTemplate 故意不支持复杂的条件。我们的想法是,如果您需要那么多逻辑,那么您就违反了模型视图分离的严格执行。相反,请使用表示您尝试表示的复杂条件的模板变量,然后将其传入,或者使用计算正确结果的方法。

StringTemplate deliberately doesn't support complex conditionals. The thinking is that if you need that much logic, you're breaking its strict enforcement of model-view separation. Instead, use a template variable that represents the complex condition you're trying to represent, and pass that in instead, or use a method that computes the correct result.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文