To see a world in a grain of sand. And a heaven in a wild flower Hold infinity in the palm of your hand. And eternity in an hour 一花一世界 一沙一天堂 掌中握无限 霎那成永恒
@()
空数组
$hash = @{ }
创建空哈希表
@(Get-Alias;Get-Process)
执行其中的两条命令,然后在数组中返回结果
@”
这是“here string”,其中可包含任意字符(包括回车和引号)。将计算表达式 $(2+2)
”@
@’
带单引号的“here string”不计算表达式。 ‘@