使用Python3和BeautifulSoup爬取笑話網站內容,並導入Excel

本文使用Python3和BeautifulSoup爬取網站內容,並導入Excel。html   #抓取糗事百科笑話的腳本 import urllib.request from bs4 import BeautifulSoup import xlwt #寫入文件 import xlrd #打開excel文件 import time #返回文本式的html def getHTML(url):
相關文章
相關標籤/搜索