标签:r 5 1073 11 4 1627 pt 1024 58
num >= 1125899906842624 ? "P" \ : num >= 1099511627776 ? "T" \ : num >= 1073741824 ? "G" \ : num >= 1048576 ? "M" \ : num >= 1024 ? "k" \ : "";
ptgmk
原文地址:http://www.cnblogs.com/lehao/p/3962990.html