摘要:
public static string HumanReadableFilesize(double size) { string[] units = new string[] { "B", "KB", "MB", "GB", "TB", "PB" }; double mod = 1024.0; in 阅读全文
posted @ 2016-04-28 11:11
Logan_626
阅读(616)
评论(0)
推荐(0)
浙公网安备 33010602011771号