I was wondering what is the difference between performing bs.find('div')
and bs.select_one('div')
. Same goes for find_all
and select
.
Is there any difference performance wise, or if any is better to use over the other in specific cases.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…