対象オブジェクト内の子オブジェクトを全て消す

表題の通り、オブジェクト全部消したいときとかに使います

1
2
3
while (this.numChildren > 0) {
     this.removeChildAt(0);
}

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">