本文实例为大家分享了java学生寝室查询系统的具体代码,供大家参考,具体内容如下前端部分:index.html<!DOCTYPE html><html lang="en"><head> <meta
本文实例为大家分享了java学生寝室查询系统的具体代码,供大家参考,具体内容如下
前端部分:
index.html
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>AHPU Freshman dORMitory inquiry</title> <script src="confirm.js"></script><style>html,body{ margin:0px; padding:0px;}.main{ position: relative; width:500px; height:500px; background: url(image/ahpu1.jpg) no-repeat; margin:10px auto;}form>div{ margin:20px 10px; }address{ position: absolute; bottom:20px; left:30px;}</style> </head><body> <div class="main"> <form action="FindRoom/findInfo" method="post" > <div> <label for="sname" >姓名</label> <input type="text" name="sname" id="sname" required> </div> <div> <label for="sid">学号</label> <input type="text" name="sid" id="sid" required> </div> <div> <input id="submit" type="submit"> <input id="reset" type="reset"> </div> </form> <address><a href="javavscript:" rel="external nofollow" >双微工作室</a></address> </div></body></html>
--结束END--
本文标题: 一个简单的java学生寝室查询系统
本文链接: https://lsjlt.com/news/222261.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0