gpt4 book ai didi

powershell - 在Powershell中,生成距离间隔的最有效方法是什么?

转载 作者:行者123 更新时间:2023-12-03 00:52:32 25 4
gpt4 key购买 nike

这是一个示例,但是必须有一种更有效的方法:

1..100|%{$temp=$_;$temp%=3;if ($temp -eq 0){$_} }

最佳答案

1..100 | Where-Object {$_ % 3 -eq 0}

关于powershell - 在Powershell中,生成距离间隔的最有效方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19643376/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com