开发者社区 问答 正文

javascript中通过el表达式获得后台map中value的属性

后台:

java.util.IdentityHashMap mapStyle= viewService.getStyle(station.getDataType());
ServletActionContext.getRequest().setAttribute("map",mapStyle);

如何在前台的javascript中通过el表达式获得mapStyle中的属性

展开
收起
小旋风柴进 2016-03-18 10:05:24 2398 分享 版权
1 条回答
写回答
取消 提交回答