如何格式化资源包值以 HTML 格式显示
key={0}/{1} + {2}/{3}
上述值在资源包中定义,并在用户界面中显示为 HTML 文本。上面演示了添加分数,我想将其格式化为 HTML 格式。是否可以在资源包属性文件本身中执行此操作。如果是这样,我应该怎么做?
key={0}/{1} + {2}/{3}
The above value is defined in a resource bundle and is shown as HTML text in the user interface. The above demonstrates adding fractions and I would like to format this in HTML format. Would it be possible to do this in the resource bundle property file itself. If so, how should I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我正确理解您的需求,那么您可以在资源文件中指定格式。例如添加一些html标签:
If I understand your needs correctly, then you can specify the formating in the resource file. For example add some html tags:
您可以将 html 代码放入资源文件中。如果您使用 MessageFormat,则引号应加倍。
You can put your html code in your resource file. If you're using MessageFormat, quotes should be doubled though.