http://binma85.iteye.com/blog/1469516
这个链接里面有天气的接口,里面提供了一些天气的信息,你可以用ajax调用。
具体的你可以参加一下慕课网上面这个jquery mobile的列车时刻表教程。
http://www.imooc.com/learn/207
小米把动态天气设置在桌面的方法:1、点击手机最左下角的按键。
2、这时候会出现添加桌面小部件。
3、选择之后,里面会有天气,时钟等,只需要在上面点击添加桌面,即可添加成功。
设置动态天气并不是主题的效果,一般智能手机都是可以这样设置的。
如何在空间里加上天气预报2006/12/29 19:15其实只需要在自定义模板后面加上{height:190pxbackground:url(http://firetear.com/weather/weather.aspx) no-repeat 10pxbackground-color:#FFF }
步骤:首先要打开你的自定义模板4,在高级设置那里。这里就不用详细说了。
1、打开设置
2、模板设置
3、编辑自定义模板
4、找到#m_mylink4
5、在后面加入{height:190pxbackground:url(http://firetear.com/weather/weather.aspx) no-repeat 10pxbackground-color:#FFF }
完整的如下。
#m_mylink4 {height:190pxbackground:url(http://firetear.com/weather/weather.aspx) no-repeat 10pxbackground-color:#FFF }
直接把上面的代码加在CSS后面就行了