在jsoup中Element.children()返回Element的所有子项(后代).但是,我想要Element的一级孩子(直接孩子).
Element.children()
我可以使用哪种方法?
java jsoup
java ×1
jsoup ×1