show_excel.jsp

来自「人力资源管理系统」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ page language="java" pageEncoding="GBK"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

<html>
  <head>
    
    <title>show_excel.jsp</title>
  </head>
  
  <body style="background-image: url('images/accphr/main.jpg');background-attachment :fixed ;">
    <center>《excel报表生成》</center>
    <br>
    <input type="button" value="生成" onclick="location.href='excel.do?ope=doShow'">
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?