摘要: package main import( "fmt" ) const( B float64 = 1 <<(iota * 10) KB MB GB TB PB EB ZB YB ) func main() { fmt.Println(B) fmt.Println(KB) fmt.Print... 阅读全文
posted @ 2016-09-08 16:51 JohnRey 阅读(296) 评论(0) 推荐(0) 编辑