后台:java.util.IdentityHashMap mapStyle= viewService.getStyle(station.getDataType());ServletActionContext.getRequest().setAttribute("map",mapStyle);如何在前台的javascript中通过el表达式获得mapStyle中的属性
${requestScope.map}