Write-Output 1 2 3 实际等于Write-Output @(1,2,3)或者Write-Output -InputObject @(1,2,3)
posted on 2019-07-18 22:58 hejing195 阅读(932) 评论(0) 收藏 举报