字符串值为 null 的 NVelocity

发布于 2025-01-01 01:59:24 字数 159 浏览 2 评论 0原文

我有一个模板,我传入一个对象。它的一些字符串属性为空。

在这种情况下,

模板就会打印出$myObj.MyProp

一旦属性具有实际的字符串值,

,该字符串值将在模板中正确替换。我不想用 if 语句来包装它。

有什么想法吗?

I have a template, and I pass in an object. Some of its string properties are null.

When this is the case, the template prints out

$myObj.MyProp

as soon as the property has an actual string value, the string value will be replaced in the template correctly.

I'd prefer not to have to wrap it with an if statement.

Any ideas?

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

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

发布评论

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

评论(1

哭了丶谁疼 2025-01-08 01:59:24

尝试安静参考符号

$!myObj.MyProp

Try the quiet reference notation:

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