HTMLCollection.Item

HTMLCollection indexer

컬렉션에서 인덱스 번째 항목을 반환합니다. 인덱스가 목록의 노드 수보다 크거나 같으면 null을 반환합니다.

public abstract Element this[int index] { get; }
모수설명
index색인.

반환 값

요소를 반환합니다.

자산 가치

Element .

또한보십시오