为什么在表达式输出的时候不用=myUsers.getusername();必须要用=((Users)application.getAttribute("myUsers"))呢?
那不是必须的,那只是为了更直观地说明他在调用application中的值。