EL

EL表达式${}

访问变量:${变量名}

访问对象的属性:${对象名.属性名}

访问集合:${集合名[下标].属性名}

访问Map:${map.key}

原文地址:https://www.cnblogs.com/yang82/p/7429556.html