我想從另一個變量賦值變量。我的代碼看起來像這樣 <#macro ctglink c rhs x y z m e b>
<#assign ctg>
<#if ctgroutes["${y}..${x}-${m}"]??>ctgroutes['${y}..${x}-${m}']
<#elseif ctgroutes["${x}..${y}-${m}"]??>ctgro
在Freemarker中,我在模型中有一個Map<Map<...>>。 由於FM故障,查詢第二級Map需要?api。然而,這逃避了正常價值的存在檢查並使事情複雜化。 這是我有: APINotSupportedTemplateException: The value doesn't support ?api. See requirements in the FreeMarker Manual.
(