如何格式化资源包值以 HTML 格式显示

发布于 2024-10-04 18:02:59 字数 146 浏览 4 评论 0原文

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 技术交流群。

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

发布评论

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

评论(2

云仙小弟 2024-10-11 18:02:59

如果我正确理解您的需求,那么您可以在资源文件中指定格式。例如添加一些html标签:

key=<i>{0}/{1}</i> + <b>{2}/{3}</b>

If I understand your needs correctly, then you can specify the formating in the resource file. For example add some html tags:

key=<i>{0}/{1}</i> + <b>{2}/{3}</b>
坠似风落 2024-10-11 18:02:59

您可以将 html 代码放入资源文件中。如果您使用 MessageFormat,则引号应加倍。

You can put your html code in your resource file. If you're using MessageFormat, quotes should be doubled though.

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