2017年6月8日
摘要: function filesize ([string]$filepath) { if ($filepath -eq $null) { throw "路径不能为空" } $hash_size=@{} dir -Path $filepath | ForEach-Object -Process { if ($_.psi... 阅读全文
posted @ 2017-06-08 22:04 cm20121009 阅读(162) 评论(0) 推荐(0)