查找数组中元素的索引位置

#查找 元素n 的索引位置

$aa="m","n","s"
[array]::IndexOf($aa,'n')

posted on 2014-10-24 17:49  momingliu11  阅读(1032)  评论(0)    收藏  举报