摘要: #!coding: utf-8 import requests from lxml import etree class GetWeather(object): def __init__(self, city): self.dict_code = {} self.city = city self.url = "http://www.wea... 阅读全文
posted @ 2017-08-27 20:58 lirenhong 阅读(324) 评论(0) 推荐(0) 编辑