一般首先先加载bs4, 再考虑BeautifulSoup. 为了兼容, 可以: # Import BeautifulSoup -- try 4 first, fall back to older try: from bs4 import ...
確定! 回上一頁