码迷,mamicode.com
首页 > 编程语言 > 详细

PYTHON WEATHER

时间:2014-09-14 19:14:57      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   文件   div   sp   log   on   

小玩一下python强大的库文件,调api获取天气情况

#coding:utf-8

import urllib
import json

content = urllib.urlopen(http://m.weather.com.cn/data/101040100.html).read()
s = json.loads(content)
print s["weatherinfo"]["city"]
print s["weatherinfo"]["weather2"]

 

PYTHON WEATHER

标签:style   blog   http   color   文件   div   sp   log   on   

原文地址:http://www.cnblogs.com/lyafeng/p/3971339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!