摘要:
JSP九大内置对象: pageContext JSP页面容器 request 请求对象 session 会话对象 appliation 全局对象 response 响应对象 config 配置对象(服务器配置信息) out 输出对象 page 当前jsp页面对象(相当于Java中的this) exc 阅读全文
摘要:
String getContextPath() 虚拟路径 用法:application.getContextPath() String getRealPath() 绝对路径(相对虚拟路径) 用法:application.getRealPath() 阅读全文