2013-11-14 37 views

回答

0

只需使用弹簧MessageTag

这将导入一个Spring标签库。

<%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %> 

,这将让你的价值从属性文件:

<div> 
    <spring:message code="message.code.from.properties.file"/> 
</div> 
相关问题