我用requests.get获取京东购物的网页代码后soup =BeautifulSoup(r.text,'html.parser')然后将这个对象findallpri=soup.finall('div','p-price')问题来了,现在我还想再把这个pri再findall一次,应该怎么做呢? 查看完整描述