Cheerioのchildren()とcontents()の違い
1909 ワード
Cheerioで次のような構造のDOMを扱いたいとします。
children()
$('td.subtext').children();
3つのノードが取得されます。
<span> 略 </span>
<a href> 略 </a>
<a href> 略 </a>
contents()
$('td.subtext').contents();
5つのノードが全て取得されます。
<span> 略 </span>
" by "
<a href> 略 </a>
" 3 hours ago | "
<a href> 略 </a>
以上です。
Author And Source
この問題について(Cheerioのchildren()とcontents()の違い), 我々は、より多くの情報をここで見つけました https://qiita.com/sl2/items/0a6d877d1f9f6ea63999著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .