<c:url value="url" [var="varname"] [context="context"] [scope="page|request|session|application"] />其中:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <!DOCTYPE html> <html> <head> <title>编程帮(www.lmcjl.com)</title> </head> <body> <body> <c:url value="/index.jsp" /> </body> </html>
/jspDemo/index.jsp
本文链接:http://task.lmcjl.com/news/14720.html