powershell 文件删除以及日志输出 <# log输出 #> function logOutPut($logSting) { if ($logSting -eq $null) { $logSting = "" } #获取当前执行时间 $now