Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PowerShell 文字列に `n を挿入するにはどうすればよいですか? `n を表示したいのですが、改行がエスケープできません。
ありがとう、
DD
いくつかの方法があります。ここに2つあります:
一重引用符の場合:
'This is `n stuff'
または二重引用符で:
"This is ``n stuff"