摘要: 一、EL表达式 EL(Expression Language)提供了在 JSP 中简化表达式的方法,让Jsp的代码更加简化. 语法:${expression} el表达式的隐含对象包括:pageScope,requestScope,sessionScope,applicationScope ${me 阅读全文
posted @ 2018-10-19 16:50 EveryのBug 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 四大作用域 都有的方法 void setAttribute(String name, Object Value); Object getAttribute(String name); void removeAttribute(String name); void removeValue(String 阅读全文
posted @ 2018-10-18 18:27 EveryのBug 阅读(174) 评论(1) 推荐(2) 编辑
摘要: 1.修改工作空间编码方式为UTF-8 window-->properties-->General-->Workspace-->Other-->UTF-8 2.创建的jsp全部修改为UTF-8 修改jsp默认编码方式 window --> preference --> Web --> JSP File 阅读全文
posted @ 2018-10-18 10:12 EveryのBug 阅读(802) 评论(3) 推荐(3) 编辑