To find an element by its id : div = soup.find(id="articlebody"). Beautiful Soup 4 supports most CSS selectors with the .select() method, therefore you can ...
確定! 回上一頁