IndexOf

UrlList.IndexOf method

确定列表中特定项目的索引。

public int IndexOf(Url value)
范围类型描述
valueUrl这Object在列表中定位。

返回值

指数value如果在列表中找到;否则,-1。

也可以看看