find Methods and find_all The method has the following differences .
find Methods and find_all The parameters and usage of the method are exactly the same .
Below This example is used at the same time find_all Methods and find Method to query nodes according to the same query criteria , And output their query results .
from bs4 import BeautifulSoup
html = '''
<div>
<ul>
<li class="item1" value1="1234" value2 = "hello world">
<a href="https://geekori.com"> geekori.