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

#查找 元素n 的索引位置

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

原文地址:https://www.cnblogs.com/dreamer-fish/p/4048911.html