You can find the number of elements in a Windows PowerShell array in the following ways: [array]$a = 1,2,3,4,5. $a.Count. $a.Length. $a.
確定! 回上一頁