BeautifulSoup comment = soup.b.string # 獲取<b>標籤的內容 ... 這個屬性為name的a標籤 soup.find_all(text="") # 在整個文檔中查找一個字符串 soup.find_all('a', ...
確定! 回上一頁