Item

DOMTokenList indexer

按索引返回列表中的项目,如果索引大于或等于列表的长度,则返回 null。

public string this[ulong index] { get; }
范围描述
index指数。

返回值

表示列表中标记的字符串。

也可以看看