Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

getNextItem

getNextItem( startItem, delta )
戻り値の型: 要素
このメソッドは、startItem で指定した項目から与えられた間隔 (delta) だけ後の項目を返します。項目が存在しない場合は null を返します。
次の例は someItem より 2 行後の項目を返します: getNextItem ( someItem, 2 );

ドキュメントのタグと貢献者

 このページの貢献者: ethertank, Marsf
 最終更新者: ethertank,