标签: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"]
标签:style blog http color 文件 div sp log on
原文地址:http://www.cnblogs.com/lyafeng/p/3971339.html