码迷,mamicode.com
首页 > 其他好文 > 详细

Count属性

时间:2014-06-10 12:58:20      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:c   a   os   for   table   size   

在PS2.0中,如果返回值为空,则count也会返回空(vm.txt内容为空),如下:

(gc d:\vm.txt).count

如果加上@的话,会返回0

@(gc d:\vm.txt).count

 

在PS3.0中,即使内容为空,count也会返回0

 

====================================

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

Format-Table -AutoSize
Format-Table -wrap

Count属性,布布扣,bubuko.com

Count属性

标签:c   a   os   for   table   size   

原文地址:http://www.cnblogs.com/dreamer-fish/p/3778316.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!