Kotlin_lesson_01_基本類型

基本類型 數字類型 Type Bit width Double 64 Float 32 Long 64 Int 32 Short 16 Byte 8 與java不一樣的是characters再也不是基本數字類型。java 數值的表示 十進制:123 (Long:123L) 16進制:0x0F 二進制:0b00001011 不支持八進制數組 kotlin也支持浮點數值lua Double:123.5
相關文章
相關標籤/搜索