【发布时间】:2015-12-29 09:42:41
【问题描述】:
我有一个这样的模板:
<?xml version="1.0" encoding="utf-8"?><ContractRequest><SORequest/><Operator/><Contract>
<Engine_Type_Name>${Body.Contract.Engine.ENGINE_TYPE_NAME!""}</Engine_Type_Name>
我知道Body.Contract.Engine.ENGINE_TYPE_NAME = "Véhicule léger"
但是freemarker这样说“Véhicule léger”
我需要改变什么?
【问题讨论】:
标签: freemarker