【发布时间】:2016-06-22 11:59:10
【问题描述】:
我有一个没有 Key 并且只有内容的属性文件,我想在转义 html 标记后在 jsp 页面中显示属性文件的内容。如何做到这一点?
属性文件:
Here is an example of content, messages. <p>
<b>approach<b> <br>
<a href="www.google.com">Find out more about our website</a>
</p>
如何使用spring在jsp页面中显示这个?有什么帮助吗?
【问题讨论】:
-
请显示您的文件结构
-
message.properties:
方法
详细了解我们的网站
标签: spring jsp properties-file