I was trying to parse HTML comments using BeautifulSoup. After a quick Google search I found this solution: commments = soup.find_all(text= ...
確定! 回上一頁