gpt4 book ai didi

powershell - PowerShell中的对象列表?

转载 作者:行者123 更新时间:2023-12-03 01:23:19 25 4
gpt4 key购买 nike

如果我有三个相同类型的对象,如何将它们添加到列表中,以便以后做foreach ($entry in $list)

谢谢。

最佳答案

你是这个意思吗

$a=1
$b=2
$c=3
$list = $a,$b,$c

关于powershell - PowerShell中的对象列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5534905/

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