该方法用于获取虚拟路径的真实路径。
语法:
参数说明:
返回值:
获取虚拟路径的真实路径。
<% String path=application.getRealPath("index.jsp"); out.println(path); %>