<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/hestyle.css"> <script type="text/javascript" src="${pageContext.request.contextPath}/js/hecoyote.js"></script> <!-- 执行的方法 --> <script type="text/javascript"> function myfun(){ window.location.href="${pageContext.request.contextPath}/suntrayResumePush/dataLists.do"; } </script> </head> <!-- 调用要执行的方法 --> <body onload="myfun()"> </body> </html>
时间: 2024-11-10 11:09:37