1. 判断一个对象是不是空可以用 $null来比较 2. 判断一个字符串是不是空的: [string]::IsNullOrEmpty(...) 3. 在powershell中把结果输出为一个CSV格式的文本文件的方法, 好处自己想 # Get the current script execution path so our CSV file gets saved back there [string]$curloc = get-location out-file -filepath "$curl