[array]::indexof($array,‘bbb’)
参考:https://devblogs.microsoft.com/scripting/find-the-index-number-of-a-value-in-a-powershell-array/
获取元素所在数组位置
阅读 36
2023-04-02
[array]::indexof($array,‘bbb’)
参考:https://devblogs.microsoft.com/scripting/find-the-index-number-of-a-value-in-a-powershell-array/
相关推荐
精彩评论(0)