... def main(): resp = requests.get('http://jwlin.github.io/py-scraping-analysis-book/ch2/blog/blog.html') soup = BeautifulSoup(resp.text, ...
確定! 回上一頁