xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 2KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-07
  • 語言: Python
  • 標(biāo)簽: python天氣??

資源簡介

python爬取網(wǎng)絡(luò)歷史天氣數(shù)據(jù)

資源截圖

代碼片段和文件信息

#?-*-?coding:?utf-8?-*-
“““
Created?on?Fri?May?19?17:10:31?2017

@author:?Starry_JM
“““

from?bs4?import?BeautifulSoup
import?requests
import?xlwt
import?os

#獲得某一個(gè)月的天氣數(shù)據(jù)
def?getListByUrl(url):
????res?=?requests.get(url)
????soup?=?BeautifulSoup(res.text“html.parser“)
????weathers?=?soup.select(“#tool_site“)
????title?=?weathers[1].select(“h3“)[0].text
????weatherInfors?=?weathers[1].select(“ul“)
????weatherList?=?list()
????for?weatherInfor?in?weatherInfors:
????????singleWeather?=?list()
????????for?li?in?weatherInfor.select(‘li‘):
????????????singleWeather.append(li.text)
????????weatherList.append(singleWeather)
????print(title)
????return?weatherListtitle

#@par:addressUrl?獲得某地區(qū)的數(shù)據(jù)
#@par:excelSavePath??數(shù)據(jù)的保存地址
def?getListByAddress(addressUrlexcelSaveP

評(píng)論

共有 條評(píng)論

相關(guān)資源