FreeMarker grammer
摘要:1. MapRender the values of a MapThe following code snippet shows how to get the values of a Map (e.g. HashMap) from within a Freemarker template.${myObject.myPropery} Render the keys of a MapYou can do a similar thing with the keys of a map as shown below.${key} //friendId 是int类型 ...
阅读全文
posted @ 2013-07-31 11:40
浙公网安备 33010602011771号