字符串值为 null 的 NVelocity
我有一个模板,我传入一个对象。它的一些字符串属性为空。
在这种情况下,
模板就会打印出$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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试安静参考符号:
Try the quiet reference notation: