Powershell 换行符
2020-01-29 本文已影响0人
夙小叶
ID=79007551
# 键盘左上角的点
`n
Write-Output "--------------------"
Write-Output "--------------------`n"
Write-Output "--------------------"
--------------------
--------------------
--------------------
``