时间:2021-05-22
主机环境:(Python2.7.9 / Win8_64 / bs4)
利用BeautifulSoup4来抓取 /' + cityname + '.html'
html = urllib2.urlopen(site)
soup = BeautifulSoup(html)
city = soup.find(class_ = 'bi_loaction_city') # 城市名称
aqi = soup.find("a",{"class","bi_aqiarea_num"}) # AQI指数
quality = soup.select(".bi_aqiarea_right span") # 空气质量等级
result = soup.find("div",class_ ='bi_aqiarea_bottom') # 空气质量描述
print city.text + u'AQI指数:' + aqi.text + u'\n空气质量:' + quality[0].text + result.text
print '*'*20 + ctime() + '*'*20
def one_thread(): # 单线程
print 'One_thread Start: ' + ctime() + '\n'
getPM25('hefei')
getPM25('shanghai')
def two_thread(): # 多线程
print 'Two_thread Start: ' + ctime() + '\n'
threads = []
t1 = threading.Thread(target=getPM25,args=('hefei',))
threads.append(t1)
t2 = threading.Thread(target=getPM25,args=('shanghai',))
threads.append(t2)
for t in threads:
# t.setDaemon(True)
t.start()
if __name__ == '__main__':
one_thread()
print '\n' * 2
two_thread()
以上就是本文所述的全部内容了,希望大家能够喜欢。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
小米净化器数值显示001,说明当前环境质量良好,一定空间内的PM2.5浓度已经达到了最低水平。小米净化器检测PM2.5浓度的数值会直接显示在上方的OLED显示屏
小米净化器数值显示001,说明当前环境质量良好,一定空间内的PM2.5浓度已经达到了最低水平。小米净化器检测PM2.5浓度的数值会直接显示在上方的OLED显示屏
PM2.5相信大家都不会陌生,PM2.5空气质量指数近年来逐渐受到人们关注,通过PM2.5可以了解当前空气质量如何,是否适合外出活动等等。如今不少天气应用都加入
1、大气质量可以随时查看 失眠可以随时查看各个县市、监测点当前的空气质量指数,还有PM2.5、SO2等主要污染物浓度,还有历史48小时和30天的空气质量情
1、大气质量可以随时查看 失眠可以随时查看各个县市、监测点当前的空气质量指数,还有PM2.5、SO2等主要污染物浓度,还有历史48小时和30天的空气质量情