get_text() from bs4 import BeautifulSoup soup = BeautifulSoup(SomePage, 'lxml') html = soup. Need to extract text4 based on "text3" value <div class="main"> <ul> ...
確定! 回上一頁