Ai
1 Star 1 Fork 0

杨磊/ApartmentInformationManagementSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.jsp 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨磊 提交于 2020-08-27 17:48 +08:00 . 给实体类添加注释
<%@page contentType="text/html;charset=UTF-8" language="java" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%-- 导入核心标签库 --%>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>主页</title>
<%-- 新 Bootstrap 核心 CSS 文件 --%>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="http://libs.baidu.com/jquery/1.7.0/jquery.min.js"></script>
<%-- 导入 jQuery --%>
<%-- 最新的 Bootstrap 核心 JavaScript 文件 --%>
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<%-- 重定向 --%>
<c:redirect url="login.jsp"/>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Java1123yanglei/ApartmentInformationManagementSystem.git
git@gitee.com:Java1123yanglei/ApartmentInformationManagementSystem.git
Java1123yanglei
ApartmentInformationManagementSystem
ApartmentInformationManagementSystem
master

搜索帮助