定义数组类型

#声明数组变量类型
[int[]]$array = 1..5


#判断是否为数组
$array -is [array]

posted on 2014-12-19 15:44  momingliu11  阅读(257)  评论(0编辑  收藏  举报