Skip to content

Instantly share code, notes, and snippets.

@alexlamazing
Created May 18, 2017 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlamazing/28e4ab437ce71b1da86728a093f4e82f to your computer and use it in GitHub Desktop.
Save alexlamazing/28e4ab437ce71b1da86728a093f4e82f to your computer and use it in GitHub Desktop.
#import Beautiful soup 用作 parse 回傳頁面的 html
from bs4 import BeautifulSoup
# 用 Beautiful soup 來 parse 回傳頁面的 html
soup = BeautifulSoup(page, "html.parser")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment