团队作业
所花时间: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> |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)