-1
A
回答
1
@()
是數組運算符,它可以確保即使一個項(或零)被返回作爲數組。
陣列子表達式OPERATOR
陣列子表達式運算符創建一個數組,即使它 包含零或一個對象。
The syntax of the array operator is as follows: @(...) You can use the array operator to create an array of zero or one object. PS C:\>$a = @("One") PS C:\>$a.Count 1 PS C:\>$b = @() PS C:\>$b.Count 0
來源:about_Arrays
相關問題
- 1. 不能在PowerShell中使用'Microsoft.TeamFoundationServer.ExtendedClient'在PowerShell中使用TFS 2015 RestApi
- 2. 使用PowerShell中
- 3. 在使用PowerShell
- 4. 在使用PowerShell
- 5. 在Powershell中使用ffmpeg
- 6. 在PowerShell中使用OpenCV
- 7. 在PowerShell中使用Task類
- 8. 在PowerShell中使用DotNetZip
- 9. 在PowerShell中使用MetroMessageBox
- 10. 在PowerShell中使用-Confirm
- 11. 在Powershell中使用JavascriptExecutor
- 12. 在Powershell中使用FFMPEG
- 13. 在powershell中使用system.thread.threadpool
- 14. 在PowerShell中使用日期
- 15. 使用PowerShell在Azure中
- 16. 在PowerShell中使用JScript
- 17. 使用與在PowerShell中
- 18. 在Powershell中使用作業
- 19. 在PowerShell中使用Robocopy 5
- 20. 在表格中使用Powershell
- 21. 使用PowerShell調用Visual Build時在PowerShell中獲取$ LastExitCode
- 22. 在PowerShell中使用-contains不起作用
- 23. 使用powershell在sitecore中創建用戶
- 24. 選擇在使用XPath在PowerShell中
- 25. 如何在使用'使用PowerShell運行'執行PowerShell腳本時在另一個PowerShell腳本中調用函數
- 26. 如何在Powershell命令中使用Powershell表達式?
- 27. Powershell:在html格式化中使用powershell命令
- 28. 如何在企業中使用PowerShell和PowerShell模塊
- 29. 在Powershell腳本中使用XML
- 30. 異常而在PowerShell中使用的LoadFile()