gpt4 book ai didi

powershell - 如何让 Write-Host 输出 $true

转载 作者:行者123 更新时间:2023-12-03 16:39:27 26 4
gpt4 key购买 nike

我正在编写一个使用 write-host 的 powershell 脚本输出另一个powershell脚本。如何写出值为 $true(或 $false)的 bool 参数 包括 美元符号:

param
(
[switch] $myParam = $true
)

Write-Host My Param is $myParam

我需要这个来准确输出
My Param is $True

但它输出
My Param is True

最佳答案

您可以使用 ` 转义 $:

Write-Host My Param is `$$myParam

关于powershell - 如何让 Write-Host 输出 $true,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17327536/

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