0
如何在.properties文件中为Java/Spring Web应用程序添加超链接。超链接。属性文件
在我message.properties文件,我有key1= Please <a href="www.google.com">Click me</a>
这显示,因为它是在网页上与HTML标记一起。 请建议。
如何在.properties文件中为Java/Spring Web应用程序添加超链接。超链接。属性文件
在我message.properties文件,我有key1= Please <a href="www.google.com">Click me</a>
这显示,因为它是在网页上与HTML标记一起。 请建议。