这些叫什么?在 powershell 中编写脚本时,我可以使用它们来设置或转换变量的数据类型,但是这个术语是什么?这些有官方文档吗?
例子:
$var = @("hello","world") If ($var -is [array]) { write-host "$var is an array" }
.net powershell terminology
.net ×1
powershell ×1
terminology ×1