<%-- Created by IntelliJ IDEA. User: Administrator Date: 2018\9\11 0011 Time: 14:07 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <html> <head> <title>主页面</title> <style type="text/css"> #div { width: 800px; height: 600px; margin: 0px auto; border: 1px solid red; } </style> <script type="text/javascript" src="jquery-1.8.3.min.js"></script> <script type="text/javascript"> function dopage(pageno) {//参数为当前的页码书 $("input[name='pageno']").val(pageno); //将当前页码或者需要的页码赋值给id为pageno的隐藏域 $("#query").submit();//提交查询表单 } </script> </head> <body> <div id="div"> <h1 style="text-align: center;">图书借阅系统</
页面范例:图书管理系统主页面
最新推荐文章于 2025-07-25 15:16:06 发布