📜  带引号的 powershell 字符串 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:00.696000             🧑  作者: Mango

代码示例1
$PrintQuotesAsString = "`"How do I escape `"Quotes`" in a powershell string?`"" 

Write-Host $PrintQuotesAsString 

"How do I escape "Quotes" in a powershell string?"