摘要: JSP九大内置对象: pageContext JSP页面容器 request 请求对象 session 会话对象 appliation 全局对象 response 响应对象 config 配置对象(服务器配置信息) out 输出对象 page 当前jsp页面对象(相当于Java中的this) exc 阅读全文
posted @ 2020-04-09 22:40 迷茫超级兵 阅读(110) 评论(0) 推荐(0) 编辑
摘要: String getContextPath() 虚拟路径 用法:application.getContextPath() String getRealPath() 绝对路径(相对虚拟路径) 用法:application.getRealPath() 阅读全文
posted @ 2020-04-09 21:54 迷茫超级兵 阅读(134) 评论(0) 推荐(0) 编辑