Using Where method with ForEach Loop

前端 未结 0 1630
挽巷
挽巷 2020-12-12 01:25

Just curious if it is possible to use the Where Method in combination with the ForEach loop?

$numbers = @(1..10)

ForEach($number in $numbers.Where({$number =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题