最佳答案
如何将数组对象转换为字符串?
我试着:
$a = "This", "Is", "a", "cat"
[system.String]::Join(" ", $a)
运气不好。PowerShell中有哪些不同的可能性?