JSP隐式对象和EL表达式的隐式对象中都同时存在pageContext, 那他们之间的联系是什么? JSP中的pageContext是javax.servlet.jsp.PageContext类的对象, 可以调用javax.servlet.jsp.PageContext类中的方法 而在EL表达式中,pageContext对象代表的是JSP中的pageContext, 它也可以调用avax.servlet.jsp.PageContext类中的某些方法 上面的说法是否是正确的?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
EL表达式和在使用代码将隐式的对象取出来的对象的hash值是一样的,可以证明这两个对象一致。