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