遍历文档树中,()函数是返回满足条件的第一个对象;()函数是返回满足条件的列表
A: find,findall
B: find,find_all
C: find_all,find
D: find_all,findall
A: find,findall
B: find,find_all
C: find_all,find
D: find_all,findall
举一反三
- find_all() 方法将返回文档中符合条件的所有标签tag,而find方法只返回文档中符合条件的第一个标签tag。
- find_all() 方法将返回文档中符合条件的所有标签tag,而find方法只返回文档中符合条件的第一个标签tag。 A: 正确 B: 错误
- 下列方法中,可以从集合中查找所有文档对象的是()。 A: find_one() B: find_many() C: find_all() D: find()
- I arrived at the shop, ____________ I’d left all my money at home. A: as to finding B: in order to find C: only to find D: so to find
- Mr.Smith ran all the way up_________ that the train had left ten minutes before. A: to only find the station B: only to the station find C: to the station only to find D: the station to only find