PowerShell范围运算符生成值列表:
>1..6 1 2 3 4 5 6
如何通过特定步骤生成值列表?例如,我需要第1步到第2步的列表。
powershell powershell-2.0
powershell ×1
powershell-2.0 ×1