レイヤーの総数を返す
スクリプト:
n = documents[0].layers.length;
alert("レイヤーの総数は"+n+"個です。");
現在のドキュメントのレイヤーの総数を返します。