You can use lxml which is very fast and can use find_all or select to get all tags. from bs4 import BeautifulSoup html = """ <html> ...
確定! 回上一頁