how to use simple html dom get a div inner text

前端 未结 4 1870
無奈伤痛
無奈伤痛 2020-12-06 23:39
innertext

Jow can I access i

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 00:11

    You could probably try to match some of their parents (which have class or id set), then traverse the DOM to the child you want.

提交回复
热议问题