摘要:
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)
浙公网安备 33010602011771号