Apache 速度 MessageFormatter
有什么方法可以在 Apache Velocity 上获得与 java.text.MessageFormat.format(String pattern,Object...arguments) 相同的效果吗?
我查看了 Displaytool但它不适用于velocity-tools 1.4。
Is there any way I can get the same effect of java.text.MessageFormat.format(String pattern,Object... arguments)
on Apache Velocity?
I looked at the Displaytool but its not available with velocity-tools 1.4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然;创建您自己的工具并将其放入上下文中。
Sure; create your own tool and put it into context.