elements = soup.find_all("li", {"class": "pull-left infoContent"}); for element in elements: # 取得<li>標籤 ...
確定! 回上一頁