Quizlet micromatch bot

Win micromatch in < 100 seconds!

< Quizlet micromatch botについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2018/03/03

Child.nodes?

what does that do?

Danielv123作者
§
投稿日: 2018/03/03

Child nodes are the children of an HTML DOM node. So for example

<div>
<p></p>
<h1></h1>
</div>

In this example, the childnodes of

will be an array with 2 elements.

返信を投稿

返信を投稿するにはログインしてください。