weatherforecast.jsp
来自「买书附带的光盘资料Foundations_Of_Ajax中文版教程及源代码。 」· JSP 代码 · 共 39 行
JSP
39 行
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <div id="root" style="left:20px; top:20px;"> <div id="handle"> <table width="100%" border="0" class="textbox"> <tr> <td align="left" class="controls"> <span id="forecastLocation"> <%@ include file="weatherLocation.jsp" %> </span> </td> <td align="right"> <a class="controls" href="javascript:minimize('weatherContent');"> - </a> <a class="controls" href="javascript:maximize('weatherContent');"> + </a> </td> </tr> </table> </div> <div class="normalText"> Zip Code: <input type="text" name="forecastZipCode" id="forecastZipCode" onkeyup="handleZipCodeChange();" class="normalText" value="<%=ajaxdashboard.Constants.DEFAULT_WEATHER_ZIP_CODE%>"/> </div> <div id="weatherContent"> <%@ include file="weatherTable.jsp" %> </div></div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?