crawlerMessage() # 抓取標題網址def get_all_href(self,url): r = requests.get(url) soup = BeautifulSoup(r.text, "html.parser") # 抓取文章 ...
確定! 回上一頁