属性
url 目标URL
context 紧接着一个本地网络应用程序的名称
context 紧接着一个本地网络应用程序的名称
demo
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>c:redirect 简单</title>
</head>
<body>
<c:redirect url="http://www.baidu.com"/>
</body>
</html>