其他语言中的long在golang中是什么类型
在Golang中,long类型是int64。Golang中的整数类型有int8、int16、int32、int64,分别对应其他语言中的byte、short、int、long类型。
原文地址: https://www.cveoy.top/t/topic/iXI7 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
在Golang中,long类型是int64。Golang中的整数类型有int8、int16、int32、int64,分别对应其他语言中的byte、short、int、long类型。
原文地址: https://www.cveoy.top/t/topic/iXI7 著作权归作者所有。请勿转载和采集!