Freemarker遍历键值为对象的map
由于freemarker内部方法仅支持key为string类型的map(具体原因参考文章最后),为解决key为其他对象的问题,特写此例,本实例中map的键为Integer,其他对象的键值可采用类似的方法下面是解决问题的步骤:1、自定义freemarker模板方法类,实现TemplateMethodModelEx接口public class GetValByIntFromMap im