[HTML API]HTMLCollection

interface HTMLCollection {
  readonly attribute unsigned long length;
  getter Element? item(unsigned long index);
  getter object? namedItem(DOMString name); // 仅返回Element。
};
posted @ 2012-02-03 11:24  NiuWeb  阅读(153)  评论(0)    收藏  举报