团队作业

所花时间:3小时

代码量:如下:

博客量:本学期截至目前24篇

了解到的知识点:app打卡

今天我和我的cp完成了地铁的线路查询和站点查询还有换乘 的查询,因为我们的页面还没有设计的特别好看。

一下是一小部分代码:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>主菜单</title>
</head>
<body>
<form action="#" method="get">
    <p style="text-align:center;font-size:20px" >
        <br>
        地铁查询
        <br>
        <input type="button" value="线路查询" onclick="location.href='searchLines.jsp'" />
        <input type="button" value="站点查询" onclick="location.href='searchStation.jsp'" />
        <input type="button" value="起终点换乘查询" onclick="location.href='searchChange.jsp'" />
<style>
    body{
        background-size:cover;
        background-image:url("/img/R-C.jpg");
    }
    </style>`
    <div style="text-align: center; width: 100px; font-size: 20px; color: #333;">©版权所有;王东帅 门殿宇</div>
    <br>
    </p>
</form>
</body>
</html>

  

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<%--
  Created by IntelliJ IDEA.
  User: mendianyu
  Date: 2023/3/15
  Time: 19:21
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>起终点换乘查询</title>
</head>
<body>
<form action="searchChange_back.jsp" method="get">
    <p style="text-align:center;color: black; font-family: 宋体; font-size: 20px">
        <style>
            body{
                background-size:cover;
                background-image:url("/img/R-C.jpg");
            }
        </style>
        请输入起点站
        <input type="text" name="start">
        <br>
        请输入终点站
        <input type="text" name="end">
        <br>
        <input type="submit" value="查询">
        <br>
    <div style="text-align: center; width: 100px; font-size: 20px; color: #333;">©版权所有;王东帅 门殿宇</div>
    </p>
</form>
</body>
</html>

  

 

posted @   南北啊  阅读(11)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
1 2 3
4
点击右上角即可分享
微信分享提示