- 帖子
- 12
- 精华
- 1
- 积分
- 98
- 阅读权限
- 20
- 注册时间
- 2014-3-11
- 最后登录
- 2014-4-20
|
- while qw==True:
- if cityname=='q' or cityname=='Q':
- print'退出'
- qw=False
- else:
- if citycode:
- url='http://www.weather.com.cn/data/cityinfo/%s.html' % citycode
- content=urllib2.urlopen(url).read()
- print content
- else:
- print'sorry'
复制代码 while语句哪里不对吗?死循环了
你想查哪个城市的天气?
北京
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"5℃","temp2":"19℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gif","ptime":"18:00"}}
|
|