home.component.html 944 Bytes
Newer Older
李彥志's avatar
李彥志 committed
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 35 36 37 38 39 40 41 42 43
<p style="color:green">題一</p>
cnt:<input type="number" min="1" max="7"><br>
城市資訊;<br>
<table border="1">
    <tr>
        <th rowspan="2">id</th>
        <th rowspan="2">name</th>
        <th colspan="2">coord</th>
        <th rowspan="2">country</th>
        <th rowspan="2">population</th>
      </tr>
      <tr>
        <th>lon</th>
        <th>lat</th>
      </tr>
</table>
天氣資訊;<br>
<table border="1">
		<tr>
			<th rowspan="2">時間</th>
			<th colspan="6">溫度</th>
			<th rowspan="2">壓力</th>
			<th rowspan="2">濕度</th>
			<th colspan="4">天氣</th>
			<th rowspan="2">風速</th>
			<th rowspan="2">風向</th>
			<th rowspan="2">雲量</th>
			<th rowspan="2">rain</th>
		</tr>
		<tr>
			<th>當天</th>
			<th>最低溫</th>
			<th>最高溫</th>
			<th>晚上</th>
			<th>下午</th>
			<th>早上</th>
			<th>ID</th>
			<th>main</th>
			<th>description</th>
      <th>icon</th>
  </tr>
</table>
<br>