详解 Kotlin Reference Basic Types, String, Array and Imports
详解KotlinReferenceBasicTypes,String,ArrayandImports基本数据类型Kotlin中支持的基本数据类型及它所占Bit宽度:TypeBitwidthDouble64Float32Long64Int32Short16Byte8Char在kotlin中并不是一个数值类型kotlin不支持8进制,支持2、10、16进制下面的代码,示例了:关于2、10、16进制;使