欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

PowerShell中的轉義字符是什么?

 更新時間:2015年06月11日 09:13:09   投稿:junjie  
這篇文章主要介紹了PowerShell中的轉義字符是什么?Powershell 的轉義字符是`, 是tab鍵上面的按鍵,不是單引號,需要的朋友可以參考下

PowerShell中轉義字符是`,向后撇號(backward apostrophe,是tab鍵上面的按鍵,不是單引號),例如:

復制代碼 代碼如下:

Write-Host `$env:processor_architecture=$env:processor_architecture

會輸出$env:processor_architecture=AMD64

當然還有一個轉義字符是在正則表達式(Regular Expression)中使用的\,斜線。

相關文章

最新評論