with open("test.html") as fp: soup = BeautifulSoup(fp, "html.parser") print(soup.title.string) # Web Scraping API & Data Extraction - ...
確定! 回上一頁