国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

歡迎使用CSDN-markdown編輯器

2019-11-08 02:05:48
字體:
供稿:網(wǎng)友

Powershell條件操作符

比較運算符

-eq : 等于-ne : 不等于 -gt : 大于-ge : 大于等于-lt : 小于-le : 小于等于-contains : 包含-notcontains : 不包含PS C:Powershell> (3,4,5 ) -contains 2FalsePS C:Powershell> (3,4,5 ) -contains 5TruePS C:Powershell> (3,4,5 ) -notcontains 6TruePS C:Powershell> 2 -eq 10FalsePS C:Powershell> "A" -eq "a"TruePS C:Powershell> "A" -ieq "a"TruePS C:Powershell> "A" -ceq "a"FalsePS C:Powershell> 1gb -lt 1gb+1TruePS C:Powershell> 1gb -lt 1gb-1False

求反

-not : 求反運算符PS C:Powershell> $a= 2 -eq 3PS C:Powershell> $aFalsePS C:Powershell> -not $aTruePS C:Powershell> !($a)True

布爾運算

-and :和-or :或-xor :異或-not :逆PS C:Powershell> $true -and $trueTruePS C:Powershell> $true -and $falseFalsePS C:Powershell> $true -or $trueTruePS C:Powershell> $true -or $falseTruePS C:Powershell> $true -xor $falseTruePS C:Powershell> $true -xor $trueFalsePS C:Powershell> -not $trueFalse

比較數(shù)組和集合

PS C:Powershell> 1,2,3,4,3,2,1 -eq 333PS C:Powershell> 1,2,3,4,3,2,1 -ne 312421

驗證一個數(shù)組是否存在特定元素

PS C:Powershell> $help=(man ls)PS C:Powershell> 1,9,4,5 -contains 9TruePS C:Powershell> 1,9,4,5 -contains 10FalsePS C:Powershell> 1,9,4,5 -notcontains 10True

轉(zhuǎn)自:http://www.pstips.net/powershell-formulating-conditions.html


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 永宁县| 昌乐县| 张家界市| 龙海市| 武强县| 高平市| 河北区| 安陆市| 元朗区| 闽清县| 宜川县| 文成县| 邓州市| 沾化县| 炉霍县| 庆安县| 湖南省| 潍坊市| 奉化市| 若羌县| 宜良县| 淅川县| 琼结县| 蛟河市| 三明市| 赤壁市| 岳普湖县| 石城县| 外汇| 肇州县| 新乐市| 麻城市| 抚远县| 砚山县| 仪陇县| 德安县| 新竹县| 保德县| 綦江县| 嘉义县| 静海县|