【发布时间】:2019-03-18 02:33:50
【问题描述】:
【问题讨论】:
-
与链接答案中的原因相同。在你的第二个例子中,就像在做
"a" + "$(@('b','c','d'))"
标签: powershell types operators implicit-conversion weak-typing
【问题讨论】:
"a" + "$(@('b','c','d'))"
标签: powershell types operators implicit-conversion weak-typing
PowerShell 将第二个操作数转换为第一个操作数的类型(如果可以的话)。
【讨论】: