googleWeather.forecast.tpl.xml 204 Bytes
<div class="weather">
    <span class="forecast">
    	<img src="" alt="天气"/>
    	<span class='weekday'></span>
	    <span class='temp'></span>
	    <span class='condition'></span>
    </span>
</div>