PowerShell 3.0 中的新操作符-shl:向左位移-shr:向右位移-in:功能类似 -contains,只是写代码时顺序正好相反-notin: 功能类似 -notcontains, ...