结对作业第三天

 

<div id="localtime" style="text-align: center;"></div>
<div id="tabDiv" style="width: 1000px">

<div id="tabsHead">
<a id="tabs1" class="curtab" href="javascript:showTab('tabs1','tabContent1')">站点查询结果</a>

</div>

<div id="tabContent1" style="display: block">
<form action="lineresult.jsp">
<table style="border-width: 0; width: 100%">
<tr>

<table border="1" style="border-left-color: aqua; border-bottom-color: aqua; width: 100%;border-top-style: solid; border-top-color: aqua; border-right-style: solid; border-left-style: solid; height: 250px; border-right-color: aqua; border-bottom-style: solid">
<tr align="center"><td align="center" colspan="2">地铁站点查询结果:此站点位于的线路如下</td></tr>

<%
response.setContentType("text/html;charset=UTF-8");
String s =(String)request.getAttribute("routeStation");
%>
<tr>
<td align="center" colspan="2" bgcolor="#F5F5F5">
<%=s%>
</td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
posted @ 2024-04-22 19:12  欧吼吼  阅读(3)  评论(0编辑  收藏  举报