%-- 去掉,去掉 basePath(String),直接用 /page/ = AppC.PAGE_path。Lin <%@ page language="java" import="java.util.*" pageEncoding="UTF-8" isELIgnored="false"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> --%>
<%-- 去掉,去掉 basePath(String),直接用 /page/ = AppC.PAGE_path。Lin