📜  计算数组 powershell 中的特定数字 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:12.598000             🧑  作者: Mango
代码示例2
$countCredit = for($x=$grade.count; $x -gt 50 ; $x++) { $grades[$x] }
Write-Host "Credits Earned: " $countCredit