gpt4 book ai didi

syntax - 在powershell中括号还有其他用途吗?

转载 作者:行者123 更新时间:2023-12-04 10:44:08 27 4
gpt4 key购买 nike

作为 Powershell 世界的新手,有时我会陷入棘手的语法中。这就是为什么我试图找出语言中括号的所有可能用法。

你知道更多吗?可以在这里加吗?

这是我的(省略了管道中 curl 和方法调用中的 round 的基本用法):

# empty array
$myarray = @()

# empty hash
$myhash = @{}

# empty script block
$myscript = {}

# variables with special characters
${very strange variable @ stack !! overflow ??}="just an example"

# Single statement expressions
(ls -filter $home\bin\*.ps1).length

# Multi-statement expressions inside strings
"Processes: $($p = “a*”; get-process $p )"

# Multi statement array expression
@( ls c:\; ls d:\)

最佳答案

使语句在表达式中产生结果:

($x=3) + 5   # yields 8

关于syntax - 在powershell中括号还有其他用途吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5558480/

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