googleWeather.current.tpl.xml 200 Bytes
<div class="weather">
    <span class="current">
    	<img src="" alt="天气"/>
	    <span class='city'></span>
	    <span class='temp'></span>
	    <span class='condition'></span>
    </span>
</div>