文章分类 -  FreeMarker

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 ukouryou 阅读(184) 评论(0) 推荐(0)

导航