全てのしおりを削除する

説明

全てのしおりを削除するにはremove()メソッドを使用します。

サンプル [実行する]

bObj = bookmarkRoot.children;
for (i=0; i<bObj.length; i++) bObj[i].remove();